12.12.2013, 16:00
Bom estou com uma certa dificuldade com essa sting
CУDIGO
ERROS QUE DГO
Obrigado
CУDIGO
PHP код:
#define SetPlayerPosEx(%0,%1,%2,%3,%4) SetPlayerPos(%0,%1,%2,%3) && SetPlayerFacingAngle(%0,%4)
SetPlayerInteriorEx(playerid,interiorid)
{
format(gstring, sizeof(gstring), "Interior setado para %d.", interiorid);
SendClientMessageEx(playerid, 0xB4B5B7AA, gstring);
SetPlayerInterior(playerid,interiorid);
}
SendClientMessageEx(playerid,color,message[])
{
if(TweetDesativado[playerid] == 0)
{
SendClientMessage(playerid,color,message);
}
return 1;
}
SendClientMessageToAllEx(color,message[])
{
for(new i=0; i<Maximo_Players; i++)
{
if(TweetDesativado[i] == 0)
{
SendClientMessage(i,color,message);
}
}
return 1;
}
PHP код:
C:\Users\Anonymous\Desktop\BrasilScriptGaMeS\gamemodes\ScriptGamesCaio.pwn(410) : error 017: undefined symbol "gstring"
C:\Users\Anonymous\Desktop\BrasilScriptGaMeS\gamemodes\ScriptGamesCaio.pwn(410) : error 017: undefined symbol "gstring"
C:\Users\Anonymous\Desktop\BrasilScriptGaMeS\gamemodes\ScriptGamesCaio.pwn(410) : error 029: invalid expression, assumed zero
C:\Users\Anonymous\Desktop\BrasilScriptGaMeS\gamemodes\ScriptGamesCaio.pwn(410) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
4 Errors.