16.07.2011, 07:30
is this allright:
if (strcmp("/drift1", cmdtext, true, 10) == 0)
SetPlayerPos(playerid, 0.0, 0.0, 0.0);
SendClientMessage(playerid, COLOR_WHITE, "You're at drift 1!");
return 1;
if (strcmp("/drift1", cmdtext, true, 10) == 0)
SetPlayerPos(playerid, 0.0, 0.0, 0.0);
SendClientMessage(playerid, COLOR_WHITE, "You're at drift 1!");
return 1;