21.05.2011, 09:41
use this as definition:
and on your gamemode or filterscript init where you create the textdraw, etc...
and later on your code:
*Note: remind to add a [playerid] behind each "Textdraw2"^^
pawn Код:
new Text: Textdraw2[MAX_PLAYERS];
pawn Код:
for(new i=0; i<MAX_PLAYERS; i++)
{
Textdraw2[i] = TextDrawCreate....
}
pawn Код:
TextDrawSetString(Textdraw2[playerid], "You Typed /cmd"");