Search Results
pawn Code: [22:35:57] [ERROR] mysql_tquery: invalid connection handle \'0\' You need to have a valid mysql connection before anything will work.
356
No, you use the appropriate function for the type of data you're trying to retrieve, so cache_get_value_float for float values. As for cache_get_data, that function might not be present in R41-4 anym...
356
Quote: Originally Posted by KinderClans Ok thanks, what about vendorY,Z and A? Same way as the others.
356
You can't make them like that anymore afaik, you have to do this now: pawn Код: cache_get_value_int(i,"vendorID",VendorData[i][vendorID]); //you do this for every one of them
356
Make a global timer (or player timer that starts when the player connects/logs in) that goes off every hour or whatever interval you want it to go off at and place something like this in the code: p...
107
I think this is what you're wanting? pawn Код: if(targetid == playerid){    format(fstr2, sizeof(fstr2), "{FFFFFF}[JAIL RELEASE]: {FFD700}%s(%d) {FFFFFF}has been released from {33FF33}Jail{FFFF...
276
Good stuff man, wish I had this ability to map :P
1,575