[Ajuda] Comandos
#3

pawn Код:
CMD:vsh(playerid, params[])
{
    SetVehiclePos(GetPlayerVehicleID(playerid),2043.5845,1884.5820,11.9241);
    SetVehicleZAngle(GetPlayerVehicleID(playerid),5.2172);
    SetPlayerPos(playerid,2043.5845,1884.5820,11.9241);
    SetPlayerFacingAngle(playerid,5.2172);
    new str[128];
    new pname[MAX_PLAYER_NAME];
    GetPlayerName(playerid,pname,128);
    format(str, sizeof(str), "{FF4500}%s {09D19B}foi para VSH venha tambйm {EE82EE}( /VSH )", pname);
    SendClientMessageToAll(-1, str);
    return 1;
}
Reply


Messages In This Thread
Comandos - by Devasting - 06.04.2014, 22:57
Re: Comandos - by Devasting - 06.04.2014, 23:48
Re: Comandos - by Stroon - 07.04.2014, 00:07
Re: Comandos - by Diogo123 - 07.04.2014, 04:04
Re: Comandos - by caption - 07.04.2014, 04:07

Forum Jump:


Users browsing this thread: 1 Guest(s)