Search Results
Quote: Originally Posted by Florin48 PHP код: CMD:buyvehicle(playerid,params[]) {     ShowPreviewModelDialog(playerid,0,"Buy Car",BuyableVehicles[2][VehicleModel],BuyableVehic...
127
Quote: Originally Posted by Dawkin BuyableVehicles[] Can you explain a little bit.
127
I'm using this include: https://sampforum.blast.hk/showthread.php?tid=570213 But i have a problem. Код: enum BuyableVehiclesData { VehicleName[50], VehicleModel, VehiclePrice } new BuyableVehic...
127
Quote: Originally Posted by Dayrion Don't remove two times the same building. I don't think so. I think my problem is something like this https://sampforum.blast.hk/showthread.php?tid=4...
83
Edit: I found the problem. It's reason RemoveBuildingPlayer. But how can i fix it?
83
While im restarting my server in game. After the first restart there is no problem After the second restart there is no problem But after the third restart, the game stucks in "The server is restartin...
83
Originally this: Код: forward OnPlayerRegister(playerid); public OnPlayerRegister(playerid) { // retrieves the ID generated for an AUTO_INCREMENT column by the sent query pInfo[playerid][UserID]...
192
Quote: Originally Posted by GangstaSunny. Instead of logging him in, show him the login dialog instead. It's simple as that. But its not simple like that. As you say "invalid cache ...
192
Hey guys there is a tutorial in this link https://sampforum.blast.hk/showthread.php?tid=627520 In this tutorial the player is auto logging to the game after register. But i want to ask for a passwor...
192
Quote: Originally Posted by eco1999 Kimsin krdş bilmiyorumda teşekkьr ederim What is your gtaturkish nickname bro?
7,283
I know it but how can i convert this code to mysql r39 version(cache) Код: mysql_query("SELECT score, username FROM usertable ORDER BY score DESC LIMIT 10"); mysql_store_result(); new id; while(m...
116
How can i make /top10 system with mysql r39-3? Please help me.
116
How can i disable class selection. Is it possible?
143
I couldn't find any problem in code. Please help.. Код: //onplayerconnect new query[512]; Logged[playerid] = 0; mysql_format(mysql, query, sizeof(query),"SELECT `hash`, `id` FROM `users` WHE...
139
Hi all. Im using BlueG' s MySQL R39-2 plugin. Sometimes players' s score and money get reset. But just score and money. (Other variables not resetting). What is the problem and How can i fix this? Ple...
139