Am comanda: [pawn] cmd:z1( playerid, params[] ) { SendClientMessage ( playerid, COLOR_GREEN, "* Welcome to Zone 1"); SendClientMessage ( playerid, COLOR_YELLOW,"(Tip) If you need an automatic countdown , type /cd , and if you want health and armour , type /refill "); ResetPlayerWeapons ( playerid ); SetPlayerInterior ( playerid, 0 ); SetPlayerPos ( playerid, 2100.3848,2186.3638,13.4786 ); SetPlayerFacingAngle( playerid, 122.0257 ); GivePlayerWeapon ( playerid, 28, 9999 ); GivePlayerWeapon ( playerid, 26, 9999 ); SetPlayerHealth ( playerid, 100 ); SetPlayerArmour ( playerid, 100 ); IsPlayerInFC[ playerid ] = 1; return 1; } [/pawn] si cand dau compile , primesc urmatoarea eroare: C:\Users\Ciprian\Desktop\[V]IRUS Server\gamemodes\Virus.pwn(2449) : warning 203: symbol is never used: "z1" Mentionez ca daca intru pe server si scriu /z1 , nu se intampla nimic , imi spune SERVER:Unknown Commad.