26.10.2015, 09:53
(1) I realised and I had set it just as you said! I was very tired when I posted this
(2)
(3) I tried this and it gave me a new error: [code]C:\Users\\Desktop\games\samp scripts\Roleplay (0.3.7)\gamemodes\roleplay.pwn(1165) : error 035: argument type mismatch (argument 1)/code]
This is the code for the entire create3dtextlabel:
Thanks for getting back to me.
(2)
Код:
stock HousePath() { new string[128]; format(string,sizeof(string),hPATH); return string; }
This is the code for the entire create3dtextlabel:
Код:
new string[84]; format(string,sizeof(string),"Owned: No \nPrice: %i",price); new stringlabel = Create3DTextLabel(stringlabel,0xFF0000FF, x, y, z, 25.0,0); HouseInfo[id][hIcon] = stringlabel; HouseCount++;