Loadshit of textdraws on start. - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Loadshit of textdraws on start. (
/showthread.php?tid=278513)
Loadshit of textdraws on start. -
Darnell - 22.08.2011
I solved the textdraw problems, but it uses a team chat, and I don't even have it.
I have a roleplay script, I don't understand what's wrong.
pawn Code:
public SetPlayerToTeamColor(playerid)
{
if(IsPlayerConnected(playerid))
{
SetPlayerColor(playerid,COLOR_GRAD2);
}
}
That's my SetPlayerToTeamColor public.
Re: Loadshit of textdraws on start. -
Adil - 22.08.2011
What's actually not working. I can't seem to find anything wrong here.
Re: Loadshit of textdraws on start. -
Darnell - 22.08.2011
Neither do I.
It doesn't recognize any of my commands.
Re: Loadshit of textdraws on start. -
Darnell - 23.08.2011
Bumping & For those who can't seem to figure out the problem :
Re: Loadshit of textdraws on start. -
Darnell - 23.08.2011
Fixed.