Quote:
Originally Posted by DarkBr
PHP код:
CMD:biecte(playerid, params[])
{
new string[56];
format(string,sizeof(string)," Ai {FF0000}%d / %d {FFFFFF}obiecte gasite! Mai ai nevoie de {FF0000}%d {FFFFFF}pentru a obtine premiul!",ObiecteGasiteTotal[playerid],MAX_OBIECTE,MAX_OBIECTE-ObiecteGasiteTotal[playerid]);
SendClientMessage(playerid,-1,string);
return 1;
}
|
added this but same error...
D:\server\gamemodes\Untitled.pwn(296) : warning 203: symbol is never used: "obiecte"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase