Define help
#1

So this is the stats cmd:
PHP код:
dcmd_stats(playeridparams[])
{
    
#pragma unused params
    
new statz[1024];
    
strcat(statz"Score: %d\n",GetPlayerScore(playerid));
    
strcat(statz"Bank: %d\n",GetPlayerBankcash(playerid));
    
strcat(statz"Money: $%d\n",GetPlayerCash(playerid));
    
strcat(statz"Kills: %d\n",KILLZ(playerid));
    
strcat(statz"Admin: %d\n",Adminlevel(playerid));
    
strcat(statz"Army: %d\n",Army(playerid));
    
strcat(statz"SWAT: %d\n",SWAT(playerid));
    
strcat(statz"Regular: %d\n",RegularPlayer(playerid));
    
strcat(statz"TerrorLVL: %d\n",TSkill(playerid));
    
strcat(statz"RobbberLVL: %d\n",GetPlayerRobSkill(playerid));
    
strcat(statz"C4: %d\n",GetPlayerHasPackC4(playerid));
    
strcat(statz"Rope: %d\n",GetPlayerHasPackRope(playerid));
    
ShowPlayerDialog(playerid,644,DIALOG_STYLE_MSGBOX,"Stats",statz,"Close","");
    return 
true;

But how i can define these and were ?

PHP код:
C:\Users\WeeD\Desktop\samp03\gamemodes\NLCNR.pwn(3445) : error 017undefined symbol "GetPlayerBankcash"
C:\Users\WeeD\Desktop\samp03\gamemodes\NLCNR.pwn(3446) : error 017undefined symbol "GetPlayerCash"
C:\Users\WeeD\Desktop\samp03\gamemodes\NLCNR.pwn(3447) : error 017undefined symbol "KILLZ"
C:\Users\WeeD\Desktop\samp03\gamemodes\NLCNR.pwn(3448) : error 017undefined symbol "Adminlevel"
C:\Users\WeeD\Desktop\samp03\gamemodes\NLCNR.pwn(3449) : error 017undefined symbol "Army"
C:\Users\WeeD\Desktop\samp03\gamemodes\NLCNR.pwn(3450) : error 017undefined symbol "SWAT"
C:\Users\WeeD\Desktop\samp03\gamemodes\NLCNR.pwn(3451) : error 017undefined symbol "RegularPlayer"
C:\Users\WeeD\Desktop\samp03\gamemodes\NLCNR.pwn(3452) : error 017undefined symbol "TSkill"
C:\Users\WeeD\Desktop\samp03\gamemodes\NLCNR.pwn(3453) : error 017undefined symbol "GetPlayerRobSkill"
C:\Users\WeeD\Desktop\samp03\gamemodes\NLCNR.pwn(3454) : error 017undefined symbol "GetPlayerHasPackC4"
C:\Users\WeeD\Desktop\samp03\gamemodes\NLCNR.pwn(3455) : error 017undefined symbol "GetPlayerHasPackRope"
Pawn compiler 3.2.3664              Copyright (c1997-2006ITB CompuPhase
11 Errors

Reply


Messages In This Thread
Define help - by weedxd - 15.05.2014, 15:11
Re: Define help - by Sojo12 - 15.05.2014, 15:21
Re: Define help - by weedxd - 15.05.2014, 15:28
Re: Define help - by AroseKhanNiazi - 15.05.2014, 15:30
Re: Define help - by AroseKhanNiazi - 15.05.2014, 15:38
Re: Define help - by DaniceMcHarley - 15.05.2014, 15:40
Re: Define help - by weedxd - 15.05.2014, 15:42
Re: Define help - by AroseKhanNiazi - 15.05.2014, 15:43
Re: Define help - by BroZeus - 15.05.2014, 15:44
Re: Define help - by weedxd - 15.05.2014, 15:46

Forum Jump:


Users browsing this thread: 1 Guest(s)