25.10.2010, 18:02
try this video buddy, i hope it helps you:
and EXIT command:
and EXIT command:
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
if (strcmp("/exit", cmdtext, true) == 0)
{
SetPlayerPos(playerid, 2633.3203,2349.7061,10.6719);
return 1;
}