16.10.2011, 21:19
the command is working
this not working
↓
this not working
↓
PHP код:
new Text:himessage;
public OnGameModeInit()
{
himessage = TextDrawCreate(1.0, 5.6, "Level");
}
public OnPlayerConnect(playerid)
{
new newtext[41];
format(newtext, sizeof(newtext), "Level: %i",PlayerLevel[playerid]);
TextDrawSetString(himessage, newtext);
TextDrawShowForPlayer(playerid, himessage);