03.06.2016, 06:46
remove that first playerid after these ( brackets.
So instead of this
Write this
And put them OnGameModeInit and OnPlayerSpawn type
So instead of this
PHP код:
PlayerTextDrawSetShadow(playerid, TDEditor_PTD[playerid][1], 1);
PHP код:
PlayerTextDrawSetShadow(TDEditor_PTD[playerid][1], 1);
PHP код:
TextDrawShowForPlayer(playerid, *textdraw name*);