05.01.2011, 14:33
Hello, I have a problem with a command that doesn't seem to work. It's suppose to call a callback but it returns me that the command was not found. All my other commands works so... I've also tried calling the callback then returning as true, but still the same.
Well this is the BASIC code:
If you coulden't understand:
Well this is the BASIC code:
pawn Код:
COMMAND:gate(playerid, params[])
{
return ToggleGates(1, 4.0);
}
pawn Код:
ToggleGates(gateid, Float:speed);