02.07.2016, 09:22
These are correct format of the above functions:
So this is how you make 3d text label appear in world 27 :
CreateStreamPickup is not a SA-MP native, it is from a include and by looking at that include it doesn't support custom worldid. Use CreatePickup instead
Code:
Create3DTextLabel(text[], color, Float:X, Float:Y, Float:Z, Float:DrawDistance, virtualworld, testLOS)
Quote:
Create3DTextLabel("[Binco]\n faction/families",0xFFFFFFFF, 217.6668,-98.4731,1005.2578, 100, 27,1); |