11.04.2014, 21:23
How come my pickup is showing but not the text label?
I do have LoadPickups() under OnGameModeInIt.
pawn Код:
stock LoadPickups()
{
Create3DTextLabel("Natwest Bank\n"White"Use /enter or F to go inside", COLOR_PINK, -1581.2532, 867.0182, 7.6953, 15, -1, 1);
CreatePickup(1274, 1, -1581.2532, 867.0182, 7.6953, -1);
return 1;
}