16.07.2012, 03:48
Quote:
Man i know how to save i just wan't to know like i wan't to make the text in my server spawn place and how i do that :S ?
|
Example:
pawn Код:
// assuming you have these coords for my spawn point x, y, z
1451.10, -1399.10, 112.10
// so you'd make the 3d text label like this
Create3DTextLabel("Welcome to my server!", 0x008080FF, 1451.10, -1399.10, 112.10, 40.0, 0, 0);