Posts: 59
Threads: 7
Joined: Mar 2014
Quote:
Originally Posted by Shaheen
try this
PHP Code:
public ongamemodeinit()
TextDrawShowForPlayer(playerid, XBoss30[playerid]);
return 1;
and on
public onplayerspawn(playerid)
TextDrawHideForPlayer(playerid
XBoss30[playerid]);
it should work..
|
There's no playerid parameter on OnGameModeInit, do you have any idea of what you are doing? I guess not.