23.04.2016, 17:16
Make a function that makes a 3DText label and then return the Checkpoint creation function. e.g
PHP код:
CreateCPW3DText(Float:x, Float:y, Float:z, 3dcolor, 3dtext[]) {
Create3DTextLabel(.....);
Createcpstuff(....);
}