23.02.2014, 22:06
I'll post it here for everyone to see it:
Tell me if you understood.
Thanks
pawn Код:
//When you create the house
//You should have some way of assigning the "enums" to the actual data itself
//So right there you go:
HouseInfo[hid][VW] = playerid + 1;
HouseInfo[hid][Int] = interior; //You can use this with sscanf, if you want, I can release a tutorial or something / And yes it would be "WorldUniverse"
Thanks