15.11.2013, 17:15
Where can i put that new Gate;
For Example
If i make it under #include <a_samp> It doesn't work
And i cleared all my filterscripts does those scripts affect that ?
I have another Error
C:\Users\zero\Desktop\SAMP Server\gamemodes\Test.pwn(286) : error 017: undefined symbol "cmd"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
Code: if (strcmp(cmd, "/opengate", true) == 0){
MoveObject(Gate, 2464.3999, -1668.59998, 14, 1);
//Low Speed
SendClientMessage(playerid, 0xAFAFAFAA, "The Gate Has Been Moved");
return 1;
}
For Example
If i make it under #include <a_samp> It doesn't work
And i cleared all my filterscripts does those scripts affect that ?
I have another Error
C:\Users\zero\Desktop\SAMP Server\gamemodes\Test.pwn(286) : error 017: undefined symbol "cmd"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
Code: if (strcmp(cmd, "/opengate", true) == 0){
MoveObject(Gate, 2464.3999, -1668.59998, 14, 1);
//Low Speed
SendClientMessage(playerid, 0xAFAFAFAA, "The Gate Has Been Moved");
return 1;
}