19.04.2009, 16:53
Heya guys...
I just making a gates..
i got already
when i compile it i get this error:
C:\Documents and Settings\Shinny\My Documents\csr2v2.pwn(156) : error 001: expected token: ",", but found ";"
Can anyone explain me what this mean?
or fix the script?^^
Thx
I just making a gates..
Код:
if(strcmp(cmd, "/mycommandforopen", true) == 0) { // Edit the /eup to your elevator command. MoveObject(elevator, 253.039215 , -1238.966187 , 72.317299 , 2.00); // Put your cords in here return 1; } if(strcmp(cmd, "/mycommandforclose", true) == 0) { // Same deal as before MoveObject(elevator, 258.624359 , -1233.953003 , 72.482002 , 2.00); // Same deal as before return 1; }
Код:
new elevator;
C:\Documents and Settings\Shinny\My Documents\csr2v2.pwn(156) : error 001: expected token: ",", but found ";"
Can anyone explain me what this mean?
or fix the script?^^
Thx