03.08.2013, 19:31
um.....
i dont get it. heres what im using:
Could you expand or explain your method a little more?
i dont get it. heres what im using:
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
if (strcmp("/mod1", cmdtext, true, 10) == 0)
{
SetPlayerPos(playerid, 2645.0203,-2016.9821,13.5533);
SendClientMessage(playerid,COLOR_GREEN,"INFO: Reached the Loco Co Garage!");
return 1;
}
if (strcmp("/race", cmdtext, true, 10) == 0)
{
SetPlayerPos(playerid, 1455.4469,-952.3265,36.1328);
SendClientMessage(playerid,COLOR_PURPLE,"INFO: Get to the starting position!");
return 1;
}
return 0;
}
Could you expand or explain your method a little more?