[Pedido] mensagem para todos
#8

pawn Код:
if(strcmp(cmdtext, "/drif1", true) == 0)
{
    SetPlayerInterior(playerid,0);
    {if(State!=PLAYER_STATE_DRIVER)
    {SetPlayerPos(playerid,-302.0343,1526.2135,75.3594);}

        else if(IsPlayerInVehicle(playerid, cartype) == 1)
    {SetVehiclePos(cartype,-302.0343,1526.2135,75.3594);

    SetVehicleZAngle(cartype,180.1530);}
    else
    {SetPlayerPos(playerid,-302.0343,1526.2135,75.3594);}
    static
        buff[80],
        pn[25];
       
    GetPlayerName(playerid, pn, sizeof(pn));
    format(buff, sizeof(buff), "%s foi para o drift 1 (/drift1)", pn);
    SendClientMessageToAll(0xFFFF00AA, buff);
    return 1;}
Reply


Messages In This Thread
mensagem para todos - by OakleyBrasil - 26.07.2012, 01:45
Re: mensagem para todos - by zbt - 26.07.2012, 01:47
Re: mensagem para todos - by OakleyBrasil - 26.07.2012, 01:49
Re: mensagem para todos - by ipsBruno - 26.07.2012, 01:51
AW: mensagem para todos - by billy the kid - 26.07.2012, 01:52
Re: mensagem para todos - by OakleyBrasil - 26.07.2012, 01:58
Re: mensagem para todos - by OakleyBrasil - 26.07.2012, 02:23
Re: mensagem para todos - by Jason` - 26.07.2012, 02:49
Re: mensagem para todos - by rjjj - 26.07.2012, 02:58

Forum Jump:


Users browsing this thread: 7 Guest(s)