[Ajuda] Gsting
#10

TENTA AE,

PHP код:
#define SetPlayerPosEx(%0,%1,%2,%3,%4) SetPlayerPos(%0,%1,%2,%3) && SetPlayerFacingAngle(%0,%4)
new TweetDesativado[MAX_PLAYERS];
stock SetPlayerInteriorEx(playerid,interiorid){
    static 
int_str[128];
    
format(int_strsizeof(int_str), "Interior setado para %d."interiorid);
    
SendClientMessageEx(playerid0xB4B5B7AAint_str);
    
SetPlayerInterior(playerid,interiorid);
}
stock SendClientMessageEx(playerid,color,message[]){
    if(
TweetDesativado[playerid] == 0SendClientMessage(playerid,color,message);
    return 
true;
}
stock SendClientMessageToAllEx(color,message[]){
    for(new 
i=0i<Maximo_Playersi++){
        if(
TweetDesativado[i] == 0SendClientMessage(i,color,message);
    }
    return 
true;

Reply


Messages In This Thread
Gsting - by ScriptGameS - 12.12.2013, 16:00
Re: Gsting - by 22 - 12.12.2013, 16:06
Re: Gsting - by ScriptGameS - 12.12.2013, 16:10
Re: Gsting - by Input - 12.12.2013, 16:18
Re: Gsting - by caoraivoso3 - 12.12.2013, 16:20
Re: Gsting - by ScriptGameS - 12.12.2013, 16:23
Re: Gsting - by Input - 12.12.2013, 16:25
Re: Gsting - by ScriptGameS - 12.12.2013, 16:34
Re: Gsting - by Input - 12.12.2013, 16:36
Re: Gsting - by GReeN_WOoD - 12.12.2013, 16:40

Forum Jump:


Users browsing this thread: 1 Guest(s)