[Ajuda] nao consigo tirar essas warnings
#3

No que eu errei nesse comando?
PHP код:
CMD:minhaposicao(playerid)
{
    new 
Float:xFloat:yFloat:zFloat:astring[64];
    if(
GetPlayerInterior(playerid) = 0)
    {
    
GetPlayerPos(playeridxyz);
    
GetPlayerFacingAngle(playerida);
    
format(stringsizeof(string), "Sua posicгo й: %f %f %f %f !"xyza);
    
SendClientMessage(playerid, -1string);
    }
    else if(
GetPlayerInterior(playerid) > 1)
    {
        
SendClientMessage(playerid, -1"Vocк nгo pode digitar esse comando estando em um interior!");
    }
    return 
1;

PHP код:
C:\Users\victo\Downloads\Server\gamemodes\GM.pwn(317) : warning211possibly unintended assignment
C
:\Users\victo\Downloads\Server\gamemodes\GM.pwn(317) : error022must be lvalue (non-constant)
C:\Users\victo\Downloads\Server\gamemodes\GM.pwn(317) : warning215expression has no effect
C
:\Users\victo\Downloads\Server\gamemodes\GM.pwn(317) : error001expected token";"but found ")"
C:\Users\victo\Downloads\Server\gamemodes\GM.pwn(317) : error029invalid expressionassumed zero
C
:\Users\victo\Downloads\Server\gamemodes\GM.pwn(317) : error fatal107too many error messages on one line 
Reply


Messages In This Thread
nao consigo tirar essas warnings - by vitinhosamp - 20.07.2018, 01:38
Re: nao consigo tirar essas warnings - by AutoMatic2 - 20.07.2018, 01:43
Re: nao consigo tirar essas warnings - by vitinhosamp - 20.07.2018, 02:18
Re: nao consigo tirar essas warnings - by AutoMatic2 - 20.07.2018, 02:21
Re: nao consigo tirar essas warnings - by vitinhosamp - 20.07.2018, 02:23
Re: nao consigo tirar essas warnings - by AutoMatic2 - 20.07.2018, 02:27

Forum Jump:


Users browsing this thread: 1 Guest(s)