Search Results
That changes nothing, but tested it anyway, still nothing.
200
The timer works fine. The only problem is PlayerTextDrawSetString(playerid,timer,string); PlayerTextDrawShow(playerid,timer);
200
Quote: Originally Posted by TheDrx Why would you set the timer to 1 second then? I want it to update the PlayerTextDraw every second with a different value shown as you can see in the p...
200
I have a problem with my PlayerTextDraw and I made a filterscript to try and debug it, but nothing I tried worked so I figured why not ask the good old SAMP community for help. The problem is this; e...
200
The password is getting hashed upon registration. Maybe you didn't notice that it's a number, not a string. Anyway, I fixed the problem, just used #pragma to increase the space
110
Triggering this: Код: CMD:loadpass(playerid) { new query[120],pName[MAX_PLAYER_NAME],string[124]; GetPlayerName(playerid,pName,sizeof(pName)); format(query, sizeof(query), "SELECT * FROM `users` ...
110
The title explains it all pretty much. I have two gamemodes made by myself which worked perfectly before two days. Now suddenly BOTH make my screen covered with "Loading...." and "Out of world bounda...
484
Hi, I've made a really basic gamemode for myself to map, but whenever I restart the server the object IDs that are shown when you enter the "Select Object Mode" aren't the real object IDs. Other than ...
68
So I made a object system thing and everything in it works, moving the objects, etc. The system is saved and loaded using y_ini and it is working perfectly. I wanted to save myself time from copying...
158
I fixed it. I just had to change the name of which the variable saves in the file.
133
As I said in the beginning, all the other data is saved except the Admin level and Mod level.
133
Yes, but I want to resolve this issue instead of avoiding it.
133
I tried that, but then the player has to exit SA:MP and open it back up to enter the server.
133
So I got a really, really weird problem here. This is the case: When the server restarts, it saves the player's position, level, all the other data EXCEPT Admin and Mod. But when a player disconnect...
133
It works perfect now, thank you guys for your help.
139
Both strings have the lenght of "MAX_PLAYER_NAME".
139
Hi. I made a command which checks what vehicles a player owns. It checks that by comparing the player's name with the owner name of a vehicle which is stored in the vehicle's folder. Код: CMD:my...
139