[SOLVED] Textdraw when spawn for 10 seconds but only ID 0 can see the textd..
#4

Quote:
Originally Posted by ۞●•λвнiиаv•●۞
Show the code where you have written something like this
pawn Код:
TextDrawShowForAll(....
or
pawn Код:
TextDrawShowForPlayer(........
Thank You
-Abhinav
I've wrote in OnPlayerSpawn:
Код:
TextDrawShowForPlayer(playerid,Textdraw3);
TextDrawShowForPlayer(playerid,Textdraw4);
SetTimer("DeleteText",10000,0);
Код:
public DeleteText()
{
TextDrawHideForPlayer(playerid,Textdraw3);
TextDrawHideForPlayer(playerid,Textdraw4);
}
But only ID 0 can see the textdraw when he spawns, ID 1, ID 2, ID 3 ... ID 200 can't see the Textdraw when they/he spawn.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)