Text draws !
#6

Quote:
Originally Posted by Pandabeer1337
Just do something like this, if you dont know parameters of GameTextForPlayer check the wiki.

@onplayerrequestclass (i hope its correct )

pawn Код:
if(classid >= 0 && classid < 11) // Fill in your own classids; italy maffia
{
 GameTextForPlayer(...);
}
else if(classid > 11 && classid < 20) // Again fill in your own ids; russian maffia
{
 GameTextFroPlayer(...);
}
Game Text doesnt show
Reply


Messages In This Thread
Text draws ! - by BigM - 04.05.2010, 10:14
Re: Text draws ! - by Think - 04.05.2010, 10:20
Re: Text draws ! - by playbox12 - 04.05.2010, 10:23
Re: Text draws ! - by BigM - 04.05.2010, 10:23
Re: Text draws ! - by BigM - 04.05.2010, 10:24
Re: Text draws ! - by BigM - 04.05.2010, 10:33
Re: Text draws ! - by [MWR]Blood - 04.05.2010, 10:34
Re: Text draws ! - by BigM - 04.05.2010, 10:37
Re: Text draws ! - by [MWR]Blood - 04.05.2010, 10:38
Re: Text draws ! - by Adil - 04.05.2010, 10:40

Forum Jump:


Users browsing this thread: 1 Guest(s)