Problem whit Zones
#3

I've fix whit your code, but you've forgot this line:
PHP код:
for(new i=0i<MAX_PLAYERSi++){ 
Код:
public CreatePlayerTextDraws(playerid)
{
        SetTimerEx("Zones_Update", 500, 1, "i", playerid);
        for(new i=0; i<MAX_PLAYERS; i++){
        Zones[playerid] = TextDrawCreate(86.000000, 325.000000, "_");
   	TextDrawBackgroundColor(Zones[playerid], 255);
   	TextDrawAlignment(Zones[playerid], 2);
   	TextDrawFont(Zones[playerid], 2);
   	TextDrawLetterSize(Zones[playerid], 0.200000, 1.100000);
   	TextDrawColor(Zones[playerid], -1);
   	TextDrawSetOutline(Zones[playerid], 1);
   	TextDrawSetProportional(Zones[playerid], 1);}
Reply


Messages In This Thread
Problem whit Zones - by Carxi - 21.03.2014, 08:52
Re: Problem whit Zones - by Hanuman - 21.03.2014, 09:09
Re: Problem whit Zones - by Carxi - 21.03.2014, 14:23

Forum Jump:


Users browsing this thread: 1 Guest(s)