01.11.2015, 20:23
PHP код:
C:\Users\\Desktop\games\samp scripts\Roleplay (0.3.7)\gamemodes\roleplay.pwn(1181) : warning 213: tag mismatch
C:\Users\\Desktop\games\samp scripts\Roleplay (0.3.7)\gamemodes\roleplay.pwn(1188) : warning 213: tag mismatch
C:\Users\\Desktop\games\samp scripts\Roleplay (0.3.7)\gamemodes\roleplay.pwn(1197) : warning 213: tag mismatch
PHP код:
(1181) if(HouseInfo[id][hOwned] >= 1)
1188) HouseInfo[id][hOwned] = 1;
1197)Update3DTextLabelText(HouseInfo[id][hPickup],0xFF0000FF,string); //This refers to the command /createhouse which has already created the 3D Text label. Here it is anyway:
/createhouse text label:
new string[84];
format(string,sizeof(string),"Owned: No \nAddress: %i \nPrice: %i", address,price);
Create3DTextLabel(string,0xFF0000FF, x, y, z, 25.0,0);