Search Results
server still seems to be attacked, even after upgrading
14,386
This is happening to my server too, please samp devs take a look
142
thanks, found the problem and fixed it =]
94
hello, im trying to script a mysql admin script, logging in and registring works but im having some problems with saving and loading the data, i first made a script to load the data to start off КÐ...
94
thats not an answer to my question... altrough its a good tip
97
ok today i made a small code to save/load skins in mysql evrything works perfect but i want it so if there is a 0 in mysql it doesnt change the skin of the player. here is my code: Код: ne...
97
wow it would be more epic if u made a filterscript with the full house system though
704
yes it occurs to evry1 at the same time
121
ok, in my server i have random textdraws with funfacts but for some reason it gets bugged sometimes if its bugged the textdraw looks like this: if its normal: my codes: Код: ShadowsRandom =...
121
Код: public OnPlayerConnect(playerid, reason) or Ctrl+f in pawno than search for %s has connected or something like that
120
hello, today i implented reaction test into my gamemode but it brought some problems to me with on playertext i alreaddy had a script so when a player talks the id gets behind his name,but now it wor...
81
owyeah forgot about that function >.< it works now thanks alot!
99
hello, today i added a command to log the commands a player uses evrything works fine but i got an npc in the server what uses a command and it spams the logs alot is there a way to not log it for npc...
99
replace TextDrawDestroy with TextDrawHideForPlayer
95
i didnt copied the full command by accident: Код: COMMAND:ban(playerid,params[]) { if(PlayerInfo[playerid][AdminLevel] >= g_Level[lban]) { new pip[16], giveid, msg[128]; if (sscanf(...
98
Hello, I've been having a very irritating problem for a few days now. I'm using the incognito mysql plugin to store IP addresses in a database (together with username, etc). It works perfectly to st...
98
Код: new ahydra[MAX_PLAYERS]; on top of your script and delete Код: new ahydra; in your command that should work
164
on top of your script: Код: forward destroyhydra(playerid); Код: public OnPlayerExitVehicle(playerid, vehicleid) { if( ahydra[playerid] > 0 ) { SetTimerEx("destroyhydra",1000,0, "...
164