CMD:gotocar
#1

Whats up with this?

pawn Код:
CMD:gotocar(playerid, params[])
{
    new Float:x,Float:y,Float:z;
    if (sscanf(params, "fff", x, y, z)) SendClientMessage(playerid, -1, "CMD: /gotocar [CarID]");
    GetVehiclePos(GetPlayerVehicleID(playerid), x, y, z);
    if (GetPlayerState(playerid) == 2)
    {
        SetPlayerPos(playerid, x,y,z+2);
    }
    else
    {
        SetPlayerPos(playerid, x,y,z+2);
    }
    return 1;
}
Reply


Messages In This Thread
CMD:gotocar - by UnknownGamer - 11.01.2013, 11:32
Re: CMD:gotocar - by DiGiTaL_AnGeL - 11.01.2013, 11:40
Re : CMD:gotocar - by yusei - 11.01.2013, 11:43
Re: CMD:gotocar - by RedCrossER - 11.01.2013, 12:01
Re: CMD:gotocar - by venomlivno8 - 11.01.2013, 12:33

Forum Jump:


Users browsing this thread: 1 Guest(s)