25.01.2011, 15:06
Quote:
I use the command with:
Код:
SetPlayerRaceCheckpoint(playerid, 0, Maratono_CP[ZaidejoMCP[playerid]][0], Maratono_CP[ZaidejoMCP[playerid]][1], Maratono_CP[ZaidejoMCP[playerid]][2] ,Maratono_CP[ZaidejoMCP[playerid]][0], Maratono_CP[ZaidejoMCP[playerid]][1], Maratono_CP[ZaidejoMCP[playerid]][2], 10); Whats it's wrong Thank you for help me |
1. The command really does not exist.
2. There is an error in the command, so that the command is stopped before it's completely executed.
3. You have a loop in your command, which will not end.
4. You forgot to return a value > 0 in the end of your command.
I hope this helped you out.