07.12.2019, 19:58
Why my textdraw doesn't show up on OPC
PHP Code:
public OnPlayerConnect(playerid)
{
if(pInfo[playerid][IsBanned] == 1)
{
TextDrawShowForPlayer(playerid, Textdraw120);
TextDrawShowForPlayer(playerid, Textdraw121);
TextDrawShowForPlayer(playerid, Textdraw122);
TextDrawShowForPlayer(playerid, Textdraw123);
TextDrawShowForPlayer(playerid, Textdraw124);
TextDrawShowForPlayer(playerid, Textdraw125);
}
return 1;
}