[Ajuda] Gsting
#1

Bom estou com uma certa dificuldade com essa sting


CУDIGO
PHP код:
#define SetPlayerPosEx(%0,%1,%2,%3,%4) SetPlayerPos(%0,%1,%2,%3) && SetPlayerFacingAngle(%0,%4)
SetPlayerInteriorEx(playerid,interiorid)
{
    
format(gstringsizeof(gstring), "Interior setado para %d."interiorid);
    
SendClientMessageEx(playerid0xB4B5B7AAgstring);
    
SetPlayerInterior(playerid,interiorid);
}
SendClientMessageEx(playerid,color,message[])
{
    if(
TweetDesativado[playerid] == 0)
    {
        
SendClientMessage(playerid,color,message);
    }
    return 
1;
}
SendClientMessageToAllEx(color,message[])
{
    for(new 
i=0i<Maximo_Playersi++)
    {
        if(
TweetDesativado[i] == 0)
        {
            
SendClientMessage(i,color,message);
        }
    }
    return 
1;

ERROS QUE DГO
PHP код:
C:\Users\Anonymous\Desktop\BrasilScriptGaMeS\gamemodes\ScriptGamesCaio.pwn(410) : error 017undefined symbol "gstring"
C:\Users\Anonymous\Desktop\BrasilScriptGaMeS\gamemodes\ScriptGamesCaio.pwn(410) : error 017undefined symbol "gstring"
C:\Users\Anonymous\Desktop\BrasilScriptGaMeS\gamemodes\ScriptGamesCaio.pwn(410) : error 029invalid expressionassumed zero
C
:\Users\Anonymous\Desktop\BrasilScriptGaMeS\gamemodes\ScriptGamesCaio.pwn(410) : fatal error 107too many error messages on one line
Compilation aborted
.Pawn compiler 3.2.3664              Copyright (c1997-2006ITB CompuPhase
4 Errors

Obrigado
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: 2 Guest(s)