Search Results
Its not good to use filterscripts man, its better to implement them in your gamemode.
128
Hmm weird, try this Код: if(PlayerInfo[playerid][Registered] == 1 && PlayerInfo[playerid][LoggedIn] == 0) { new string[256]; format(string,256,"That account '%s...
95
Try this: Код: CMD:admins(playerid,params[]) { #pragma unused params SendClientMessage(playerid, PURPLE, "--------------------------------------"); new Count[2], i, string[128]; ...
90
I've had the same thing with linux before, I have a bit experience with Linux from installing other gameservers, but I could not fix this. I switched to a windows server wich is more user-friendly.
123
You will have to use variables and a timer, The variables needs to get saved in the character file and the timer should be used for the expiring.
69
Are there other objects that get loaded? Or all the objects are not getting loaded?
172
Wich streamer do you use? Do you convert your objects for the right streamer?
172
I've tried it but I could not get this fixed, someone knows how to do it? Код: CMD:families(playerid, params[]) { new string[768]; if(!IsPlayerLoggedIn(playerid)) return SendClientMessage(pl...
118
I'm trying to fix the offline prison command on my server but I can't get it working. Is there someone that can help? The problem is that the information doesn't get saved in the userfile of the playe...
77
I have not tested this but it should work Код: CMD:setskin(playerid, params[]) { new playerb, skin, string[128]; if(!IsPlayerAdmin(playerid)) return SendClientMessage(playerid, COLOR_GREY, "Yo...
174
Oke thanks, I'm going to tell him to delete some mods
172
So the problem is that the player lags on the server and he gets the message "sping -1" when he spawns, what causes this? How can this be solved? His ping is +- 350 Thanks in advance!
172
Since yesterday I get a few opcodes in my server, not everywhere just when I'm near some specific locations. What causes this? How to fix this?
90