I need help quick!
#1

PHP код:
C:\Users\PC\Desktop\LGRP\gamemodes\LGRP.pwn(67) : error 055start of function body without function header
C
:\Users\PC\Desktop\LGRP\gamemodes\LGRP.pwn(68) : error 010invalid function or declaration
C
:\Users\PC\Desktop\LGRP\gamemodes\LGRP.pwn(69) : error 010invalid function or declaration
C
:\Users\PC\Desktop\LGRP\gamemodes\LGRP.pwn(70) : error 010invalid function or declaration
C
:\Users\PC\Desktop\LGRP\gamemodes\LGRP.pwn(71) : error 010invalid function or declaration
C
:\Users\PC\Desktop\LGRP\gamemodes\LGRP.pwn(72) : error 010invalid function or declaration
C
:\Users\PC\Desktop\LGRP\gamemodes\LGRP.pwn(73) : error 010invalid function or declaration
C
:\Users\PC\Desktop\LGRP\gamemodes\LGRP.pwn(283) : warning 203symbol is never used"PlayerInfo" 
PHP код:
enum pInfo
{
    
pPassword,
    
pCash,
    
pAdmin,
    
pKills,
    
pDeaths,
}
new 
PlayerInfo[MAX_PLAYERS][pInfo];
forward LoadUser_data(playeridname[], value[]);
public 
LoadUser_data(playeridname[], value[]);
{
    
INI_Int("Password"PlayerInfo[playerid][pPassword]);
    
INI_Int("Cash"PlayerInfo[playerid][pCash]);
    
INI_Int("Admin"PlayerInfo[playerid][pAdmin]);
    
INI_Int("Kills"PlayerInfo[playerid][pKills]);
    
INI_Int("Deaths"PlayerInfo[playerid][pDeaths]);
    return 
1;

Reply


Messages In This Thread
I need help quick! - by iCurse - 03.04.2016, 10:06
Re: I need help quick! - by itsCody - 03.04.2016, 10:07
Re: I need help quick! - by iCurse - 03.04.2016, 10:11
Re: I need help quick! - by iKevin - 03.04.2016, 10:38
Re: I need help quick! - by SmileyForCheat - 03.04.2016, 10:43
Re: I need help quick! - by Karan007 - 03.04.2016, 10:44
Re: I need help quick! - by fuckingcruse - 03.04.2016, 10:52
Re: I need help quick! - by iCurse - 03.04.2016, 11:34

Forum Jump:


Users browsing this thread: 2 Guest(s)