3Dtextlabel problem
#1

Fixed
Reply
#2

Still need help..
Reply
#3

The command itself seems to be okay . Check your sql table for any mistakes like setting a field to "int" when it needs to be "varchar" etc. If not then tell me this :

pawn Код:
new fee, query[500],bname,owner,price,id;
format(feemsg,sizeof(feemsg),"Business Fee Set to %i Owner: %s, Price: %d,Id: %d",fee,owner,price,id);
You've created the variable but where do they get their values ? There should be something like

pawn Код:
new owner = pInfo[playerid][pName];
Reply
#4

That message was there for a test I had that variables before but it always returned as a blank space where it should display my name and the bizz name with fee with the correct
number and and price and Id 0 which is certainly wrong. Checked my mysql table there is nothing wrong with it since before doing /bizzfee the 3dtext displays everthing correctly. After I restart the server it gets fixed.
Reply
#5

Bum please help
Reply
#6

Anyone?
Reply
#7

Fixed, it was a mysql Bug, i always set the business ID to a random number between 1-500... forgot that it should start at 1 and not some random number :P
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)