20.07.2012, 15:06
Example of personal textdraw:
below main() FUNCTION
in
Just copy the textdraw from gamemodeinit and move it to OnPlayerConnect and add one [playerid] next to the textdraw id example:
below main() FUNCTION
pawn Код:
new Text:Textdraw1[MAX_PLAYERS];
pawn Код:
public OnPlayerConnect(playerid)
Textdraw1[playerid] = TextDrawCreate(etcetc...
pawn Код:
Textdraw1[playerid]