help blz I want to add commands
#5

Copy and paste all this:

pawn Код:
if(!strcmp(cmdtext, "/ls", true, 3)) // command name and length number
{
    SetPlayerPos(playerid,1480.1586,-1656.4243,14.0469); // setting player to these coordinates
    return 1;
}

if(!strcmp(cmdtext, "/sf", true, 3))
{
    SetPlayerPos(playerid,-1989.9713,137.5744,27.5391);
    return 1;
}

if(!strcmp(cmdtext, "/lv", true, 3))
{
    SetPlayerPos(playerid,2049.3337,1332.8530,10.6719);
    return 1;
}
and paste it under OnPlayerCommandText.
Reply


Messages In This Thread
help blz I want to add commands - by alking282 - 15.08.2011, 18:08
Re: help blz I want to add commands - by grand.Theft.Otto - 15.08.2011, 18:12
Re: help blz I want to add commands - by alking282 - 15.08.2011, 18:29
Re: help blz I want to add commands - by James_Bourne - 15.08.2011, 18:32
Re: help blz I want to add commands - by grand.Theft.Otto - 15.08.2011, 18:32
Re: help blz I want to add commands - by alking282 - 15.08.2011, 18:32
Re: help blz I want to add commands - by alking282 - 15.08.2011, 18:35
Re: help blz I want to add commands - by James_Bourne - 15.08.2011, 18:38
Re: help blz I want to add commands - by alking282 - 15.08.2011, 18:44
Re: help blz I want to add commands - by alking282 - 15.08.2011, 18:51
Re: help blz I want to add commands - by alking282 - 15.08.2011, 19:05
Re: help blz I want to add commands - by James_Bourne - 15.08.2011, 19:06

Forum Jump:


Users browsing this thread: 1 Guest(s)