help me with this one please
#3

pawn Код:
if(!strcmp(cmdtext, "/sf", true))
{
    if(IsPlayerInAnyVehicle(playerid))
    {
        SetVehiclePos(GetPlayerVehicleID(playerid), -2031.5537,174.0473,28.4972);
        SetVehicleZAngle(GetPlayerVehicleID(playerid), 269.5064);
        LinkVehicleToInterior(GetPlayerVehicleID(playerid) , 0);
    }
    else
    {
        SetPlayerPos(playerid, -2033.0007,148.0766,28.8359);
        SetPlayerFacingAngle(playerid, 267.6227);
    }
    new string[50], name[MAX_PLAYER_NAME];
    GetPlayerName(playerid,name,sizeof(name));
    format(string, sizeof(string), "[%s]: Has Done >> /sf << Why Not Join Him?",name);
    SendClientMessageToAll(0xFFFFFFF,string);
    SetPlayerInterior(playerid, 0);
    GameTextForPlayer(playerid,"San Fierro",4000,6);
    return 1;
}
Reply


Messages In This Thread
help me with this one please - by adios1 - 07.10.2011, 14:40
Re: help me with this one please - by Pharrel - 07.10.2011, 14:42
Re: help me with this one please - by Jafet_Macario - 07.10.2011, 14:44
Re: help me with this one please - by adios1 - 07.10.2011, 14:44
Re: help me with this one please - by adios1 - 07.10.2011, 14:49

Forum Jump:


Users browsing this thread: 1 Guest(s)