View Single Post
  #1  
Old 03-26-2001, 06:15 PM
entravial entravial is offline
Registered User
entravial's Avatar
Join Date: Mar 2001
Posts: 825
entravial is on a distinguished road
Send a message via ICQ to entravial Send a message via AIM to entravial Send a message via Yahoo to entravial
Post

Well, I am scripting a cs arena, i don't know what for though, i just want to... I am a very bad scripter, but I do what i can, and what i know i use...

Here is a script, any help will be very good...

if (playersays(start)) {
setstring server.csplayers,#v(strtofloat(#s(server.csplayers ))+1);
}
if (server.csplayers=>1) {
if (playerx>17&&playerx<32&&playery>9&&playery<29) {
setlevel2 entravialcs1.graal,31,31;
}
if (playerx>33&&playerx<46&&playery>9&&playery<29) {
setlevel2 entravialcs1.graal,41,31;
}}

Any scripts to help?
__________________


If the post says ~AlphaFlame~, that's who's posting. If not, it's Entravial (owner)
Reply With Quote