HOW TO TEXTDRAW THIS?
#1

title says all..

Код:
CMD:rules(playerid)
{
Rules(playerid);
return true;
}
i got one textdraw cmd in my gamemode, its like this

Код:
CMD:crules(playerid)
{
if(GetPVarInt(playerid, "COP") ==1 ) return 1;
TextDrawShowForPlayer(playerid, CopsRules0);
TextDrawShowForPlayer(playerid, CopsRules1);
TextDrawShowForPlayer(playerid, CopsRules2);
TextDrawShowForPlayer(playerid, CopsRules3);
TextDrawShowForPlayer(playerid, CopsRules4);
return true;
}
Reply


Messages In This Thread
HOW TO TEXTDRAW THIS? - by spykidz01 - 29.04.2014, 08:23
Re: HOW TO TEXTDRAW THIS? - by VinPure - 29.04.2014, 08:26
Re: HOW TO TEXTDRAW THIS? - by spykidz01 - 29.04.2014, 08:30
Re: HOW TO TEXTDRAW THIS? - by VinPure - 29.04.2014, 08:50
Re: HOW TO TEXTDRAW THIS? - by spykidz01 - 29.04.2014, 08:58
Re: HOW TO TEXTDRAW THIS? - by VinPure - 29.04.2014, 09:10

Forum Jump:


Users browsing this thread: 1 Guest(s)