Search Results
Yeah I'll think of a fix for that one aha. +rep, cheers.
121
I put SetSpawnInfo and SpawnPlayer under OnPlayerRequestClass and it works now, thanks. One more problem is that if I log out and back in, it sends me to the hospital and displays the message twice i...
121
Under OnPlayerDeath I put: pawn Код: SetSpawnInfo(playerid, 0, PlayerInfo[playerid][pSkin], -2656.6123, 635.8759, 14.4531, 182.7413, 0, 0, 0, 0, 0, 0); But it is still showing me the spawn bar.
121
pawn Код: public OnPlayerDeath(playerid, killerid, reason){    if(PlayerUsingLoopingAnim[playerid])    {        PlayerUsingLoopingAnim[playerid] = 0;    }    PlayerInfo[playerid][pDeat...
121
What's wrong with this? I put it all on one line but my pawno crashes. pawn Код: format(string, sizeof(string), ""White"Kitchen Sink ("Green"$%d"White")\nKitchen Sink 2 ("Green"$%d"White")\nKitch...
54
Why am I getting this error? It creates the table too and looked in the structure and through the code and it's all correct. Updated the code but get this: pawn Код: [18:40:53] [ERROR] CMySQLQue...
39
So updating one or two variables into the database per command should be okay? I've done it with the housing system because I know that'll be fine, but most of my commands change the players variable...
106
How do people get textdraw images? I use this program called Image2Pawn and it creates at least 800 textdraws per image which is only like 45 pixels
85
Quote: Originally Posted by doreto It's not bad idea at all. When player buys the house, update their data to database.Player wan't buy 100 houses at ones to affect server performance and ...
106
Major lack of explanation. Post your code and explain the problem in more of an understandable way. How can we help from the little information you have provided? <.<
132
Quote: Originally Posted by doreto You can update all players account data every 10-15 min using timer.So in case of server crash players wan't lose all their progres. Yeah got it set u...
106
Is it a bad idea to update players mysql stats with query every time their playerinfo variables change? Example - Updated money, skin.. ( Using MySQL R38 ) It's just cause I have a user control panel...
106
This happen only when you use /gmx?
154
pawn Код: [21:33:27] CMySQLHandler::Query(UPDATE players_stats SET Roop=0,Baillon=0,Jerrican=0,Confiserie=0,Adrenaline=0,Cigarettes=0,Feuilles=0,Tabac=0,Connected=0,Talkie=1,CarKeyOffer=9999,Offer...
202
pawn Код: return 1; Add that after error message code?
152
Gamemode exits and players lose the connection before it has chance to save player accounts.
154
pawn Код: Error ID: 1054, Unknown column 'BoomBox' in 'field list' You sure there's a field called BoomBox in your database table?
202
Under OnGameModeInit pawn Код: mysql_debug(1); Retry your script ingame and post your errors in the mysql_log.txt file it creates in your server directory.
202