[AJUDA]Warning PlayerUpdate
#1

Quote:

C:\Users\kadduknebel\Desktop\dsdsadsa\gamemodes\Ad vAD.pwn(1681) : warning 203: symbol is never used: "PlayerUpdate"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

Header size: 4168 bytes
Code size: 377428 bytes
Data size: 234320 bytes
Stack/heap size: 16384 bytes; estimated max. usage=4135 cells (16540 bytes)
Total requirements: 632300 bytes

1 Warning.

No GameMode estб assim:
Quote:

public PlayerUpdate (playerid)

{
PlayerUpdating[playerid]=true;
if (PlayerInfo[playerid][PlayerStatus]!=None)
{
LastUpdate[playerid] = GetTickCount();
}
return 1;
}

Sou novo com PAWNO, porque da esse warning ao compliar? ):
Reply
#2

Coloque No Inicio Do GM
pawn Код:
forward PlayerUpdate();
Reply
#3

consegui!
Muito Obrigado.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)