1.) Sta znaci ovaj warning 😕
C:\Users\TTIN\Desktop\Balkan Gaming\gamemodes\Balkan-Gaming.pwn(32396) : warning 219: local variable "mod" shadows a variable at a preceding level
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Warning.
Onda , druga stvar .
Kako da namestim da mi lepo radi /gmx ?
Evo /gmx komande .
//---------------------------------------------------------------------------------
if(strcmp(cmd, "/gmx", true) == 0)
{
if(IsPlayerConnected(playerid))
{
if (PlayerInfo >= 1338)
{
GameModeExit();
}
else
{
SendClientMessage(playerid, COLOR_GRAD1, " Niste ovlasteni da koristite tu komandu !");
}
}
return 1;
}Imam jos 1 problem , treba mi neki carownership koji je jako dobar , molim vas preporucite mi neki , svi na forumu su mi malo bezveze ..
