Quote:
Originally Posted by JasonRiggs
Does it even creates for you the pickup icon and the text of the business? and does the business table appears in your database?
EDIT: I also guess that this line is fucked up
PHP код:
format(query, sizeof(query), "SELECT `ibiz`.`id`,`ibiz`.`name`,`ibiz`.`ownertype`,`ibiz`.`owner`,`c`.`username`,`ibiz`.`x`,`ibiz`.`y`,`ibiz`.`z`,`ibiz`.`interiortype`,`ibiz`.`closed`,`ibiz`.`till`,`ibiz`.`matsa`,`ibiz`.`matsb`,`ibiz`.`matsc`,`ibiz`.`pot`,`ibiz`.`coke`,`ibiz`.`meth`,`ibiz`.`gunprofit`,`ibiz`.`drugprofit` FROM `illegalbiz` AS `ibiz` LEFT JOIN `characters` AS `c` ON `owner` = `c`.`id` WHERE `ibiz`.`id` = %d",id)
|
It does create a pickup, it does show text, it does show info aswell, it does save in SQL and create a table aswell... with the right axis.. just can't go inside.. when I press enter key or /enter it just spawn me at the same place..