16.07.2011, 07:26
Same with the help command just use the SetPlayerPos function inside:
pawn Код:
CMD:drift1(playerid, params[]) {
SetPlayerPos(playerid, 0.0, 0.0, 0.0);
SendClientMessage(playerid, COLOR_WHITE, "You're at drift 1!");
return 1;
}