SA-MP Forums Archive
Warning 204 - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Warning 204 (/showthread.php?tid=604908)



Warning 204 - Bulgaria - 11.04.2016

PHP код:
new ortak
PHP код:
ortak GangZoneCreate(668.4526, -1737.131429.02, -896.5614); 
PHP код:
C:\Users\Борисов\Desktop\BG RP Server\gamemodes\BG1.2.pwn(133) : warning 204: symbol is assigned a value that is never used: "ortak"
Pawn compiler 3.2.3664              Copyright (c1997-2006ITB CompuPhase
1 Warning




Re: Warning 204 - sampkinq - 11.04.2016

Add it.

Код:
public OnPlayerConnect(playerid)
{
GangZoneShowForAll(ortak, 0x00FF0088);
return 1;
}



Re: Warning 204 - Bulgaria - 11.04.2016

thanks! give you rep!