22.01.2010, 13:20
https://sampwiki.blast.hk/wiki/OnPlayerCommandText
https://sampwiki.blast.hk/wiki/SetPlayerPos
The
Might be totally wrong seeing as i just guessed,
Il correct it in a moment if its not right.
EDIT: It was wrong and i have corrected it
https://sampwiki.blast.hk/wiki/SetPlayerPos
pawn Код:
if(!strcmp(cmdtext, "/bikes", true))
{
SetPlayerPos(playerid,COORDSOFBIKE);
return 1;
}
pawn Код:
if(strcmp, cmdtext, "/bikes", true))
{
Il correct it in a moment if its not right.
EDIT: It was wrong and i have corrected it