[HELP] Can't figure it out!
#5

Thanks but:

PHP код:
C:\Users\Administrator\Desktop\ProjectSvT\gamemodes\SvTMike.pwn(1410) : error 017undefined symbol "str"
C:\Users\Administrator\Desktop\ProjectSvT\gamemodes\SvTMike.pwn(1410) : error 017undefined symbol "str"
C:\Users\Administrator\Desktop\ProjectSvT\gamemodes\SvTMike.pwn(1410) : error 029invalid expressionassumed zero
C
:\Users\Administrator\Desktop\ProjectSvT\gamemodes\SvTMike.pwn(1410) : fatal error 107too many error messages on one line 
My lines:

PHP код:
format(strsizeof(str), "Scores: %d | Money: $%d | Kills: %d | Deaths: %d | K/D Ratio: %0.2f"GetPlayerScore(player1), GetPlayerMoney(player1), PlayerInfo[player1][Kills], PlayerInfo[player1][Deaths], Float:PlayerInfo[player1][Kills]/Float:pDeaths);
    
Web TextDrawCreate(485.00000010.000000str);
    
TextDrawBackgroundColor(Web255);
    
TextDrawFont(Web1);
    
TextDrawLetterSize(Web0.3300001.200000);
    
TextDrawColor(Web, -1);
    
TextDrawSetOutline(Web1);
    
TextDrawSetProportional(Web1);
    
TextDrawSetShadow(Web,1); 
Reply


Messages In This Thread
[HELP] Can't figure it out! - by Fantje - 13.03.2015, 13:50
Re: [HELP] Can't figure it out! - by CalvinC - 13.03.2015, 14:01
Re: [HELP] Can't figure it out! - by Fantje - 13.03.2015, 14:02
Re: [HELP] Can't figure it out! - by CalvinC - 13.03.2015, 14:10
Re: [HELP] Can't figure it out! - by Fantje - 13.03.2015, 14:13
Re: [HELP] Can't figure it out! - by CalvinC - 13.03.2015, 14:19
Re: [HELP] Can't figure it out! - by Fantje - 13.03.2015, 14:22
Re: [HELP] Can't figure it out! - by CalvinC - 13.03.2015, 14:31
Re: [HELP] Can't figure it out! - by Fantje - 13.03.2015, 14:32
Re: [HELP] Can't figure it out! - by Fantje - 13.03.2015, 14:43

Forum Jump:


Users browsing this thread: 1 Guest(s)