PAWNO scripting: Teleport with Cars?
#3

um.....

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?
Reply


Messages In This Thread
PAWNO scripting: Teleport with Cars? - by nabeelfarooqui98 - 03.08.2013, 19:05
Re : PAWNO scripting: Teleport with Cars? - by Garwan50 - 03.08.2013, 19:21
Re: PAWNO scripting: Teleport with Cars? - by nabeelfarooqui98 - 03.08.2013, 19:31
Re: PAWNO scripting: Teleport with Cars? - by arjanforgames - 03.08.2013, 19:49

Forum Jump:


Users browsing this thread: 1 Guest(s)