[Ajuda] Warning Tele
#4

eu nгo aconselho a utilizar '256' cells

pawn Код:
#include <a_samp>

#define COR 0x15151502

public OnPlayerCommandText(playerid, cmdtext[])
{
    if (strcmp("/ls", cmdtext, true, 10) == 0)
    {
        new NP[MAX_PLAYER_NAME], str[80];
        SetVehiclePos(GetPlayerVehicleID(playerid),1074.2808,1243.2609,10.8275);
        SetPlayerPos(playerid,1074.2808,1243.2609,10.8275);
        GetPlayerName(playerid, NP, MAX_PLAYER_NAME);
        format(string, sizeof(string), "%s Foi Para ***", NP);
        SendClientMessageToAll(COR, string);
        return 1;
    }
    return 0;
}
Reply


Messages In This Thread
[Ajuda] Warning Tele - by FriendrS - 12.01.2012, 21:03
Re: [Ajuda] Warning Tele - by 4LiSs0N - 12.01.2012, 21:04
Re: [Ajuda] Warning Tele - by FriendrS - 12.01.2012, 21:06
Re: [Ajuda] Warning Tele - by Ivonete - 12.01.2012, 22:30

Forum Jump:


Users browsing this thread: 1 Guest(s)