C:\Users\ADM WINDOW 7\Documents\gamemodes\newgm.pwn(225) : error 012: invalid function call, not a valid address C:\Users\ADM WINDOW 7\Documents\gamemodes\newgm.pwn(225) : warning 215: expression has no effect C:\Users\ADM WINDOW 7\Documents\gamemodes\newgm.pwn(225) : error 001: expected token: ";", but found ")" C:\Users\ADM WINDOW 7\Documents\gamemodes\newgm.pwn(225) : error 029: invalid expression, assumed zero C:\Users\ADM WINDOW 7\Documents\gamemodes\newgm.pwn(225) : fatal error 107: too many error messages on one line
if(dini_Isset("vip.ini",PlayerName(playerid))) (Vip[playerid] = dini_Int("vip.ini",PlayerName(playerid)));
public OnPlayerConnect(playerid) { new Vip[MAX_PLAYER_NAME]; new string[48]; if(dini_Isset("vip.ini",pNick(playerid))) (Vip[playerid] = dini_Int("vip.ini",pNick(playerid))); return 1;
public OnPlayerConnect(playerid)
{
new Vip[MAX_PLAYER_NAME];
new string[48];
if(dini_Isset("vip.ini",pNick(playerid)))
{
Vip[playerid] = dini_Int("vip.ini",pNick(playerid));
return 1;
}
new Vip[MAX_PLAYER_NAME];
Vip[playerid] = .. APAPUTAQUEPARIO ! Que merda й esta ? ! |
Vip[playerid] = dini_Isset("vip.ini",PlayerName(playerid)); Vip[playerid] = dini_Int("vip.ini",PlayerName(playerid));
C:\Users\ADM WINDOW 7\Documents\gamemodes\newgm.pwn(523) : warning 219: local variable "PlayerName" shadows a variable at a preceding level
stock PlayerName(playerid) { new PlayerName[MAX_PLAYERS]; GetPlayerName(playerid, PlayerName, MAX_PLAYERS); return PlayerName;