14.05.2010, 23:00
Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
if (strcmp("/drift", cmdtext, true, 10) == 0)
{
GameTextForPlayer(playerid,"~G~Welcome to ~r~Drift",5000,5);
SetPlayerPos(playerid,-342.9406,1544.5820,75.5625); // drift
}
return 1;
}

