Quote:
Originally Posted by quark
but this is working:
PHP код:
format(string, sizeof(string), "{00BC00}This house is for sale!");
HouseLabel[idx] = Create3DTextLabel(string,-1,Houses[idx][EnterX],Houses[idx][EnterY],Houses[idx][EnterZ],15.0, Houses[idx][EnterWorld], 1);
|
I said this is working, but the HouseELabel is giving error.
Quote:
Originally Posted by Konstantinos
Okay, I found some parts that I missed. You posted:
pawn Код:
Float:ExitX, Float:ExitY, Float:ExitZ, ExitWorld,
but the indexes of the enum are EnterX, EnterY, EnterZ. Do these have the Float: tag too?
|
The problem is not the Enter but the Exit. Enter is working fine..