not work Text Draw!
#5

omg

Код:
(758) : error 017: undefined symbol "killerid"
(759) : error 017: undefined symbol "killerid"
(762) : error 017: undefined symbol "killerid"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


3 Errors.
Код:
UpdateKillsLevel(playerid)
{
    new kills = GetPlayerScore(killerid);   // <<<<<
    if(kills % 50 == 0) SetPlayerScore(killerid,GetPlayerScore(playerid) + 1); // <<<<<<
    new level = GetPlayerScore(playerid), string[32];
    format(string, sizeof(string), "Level: %d\nKills: %d/%d", level, kills, level * 50);
    PlayerTextDrawSetString(killerid, KillsLevel[killerid], string); // <<<<<<<
}
Reply


Messages In This Thread
not work Text Draw! - by proSeryoga - 13.03.2013, 03:57
Re: not work Text Draw! - by Pottus - 13.03.2013, 04:15
Re: not work Text Draw! - by proSeryoga - 13.03.2013, 04:22
Re: not work Text Draw! - by Pottus - 13.03.2013, 04:33
Re: not work Text Draw! - by proSeryoga - 13.03.2013, 04:38
Re: not work Text Draw! - by proSeryoga - 13.03.2013, 05:19
Respuesta: not work Text Draw! - by Parka - 13.03.2013, 06:32
Re: not work Text Draw! - by proSeryoga - 13.03.2013, 06:39
Respuesta: not work Text Draw! - by Parka - 13.03.2013, 06:42
Re: Respuesta: not work Text Draw! - by proSeryoga - 13.03.2013, 06:47

Forum Jump:


Users browsing this thread: 1 Guest(s)