Search Results
SEF Presents: Cops and Robbers Join us: samp://138.201.184.48:6666 Forum: https://sefserver.com/forum/forum.php I'd like to take this time to invite everyone to come and join a brand new Cops and Rob...
272
thanks, just figured it out before you posted haha. ty
72
hey guys, i'm trying to get DisableRemoteVehicleCollisions to work. i've tried DisableRemoteVehicleCollisions(playerid, 1); and also DisableRemoteVehicleCollisions(playerid, 0); but the compiler te...
72
fixed it myself with a bit more extensive trial and error. thanks for the help guys
191
i've noticed a bug where if the player dies from an explosion but is still on fire afterwards, they run around for a bit and the client hasn't removed the $100 yet but the server has already acknowled...
191
PHP код: if(strcmp(cmd, "/money", true) == 0) { if(pInfo[playerid][pAdmin] == 0) return SendClientMessage(playerid, WHITE, "SERVER: Unknown command."); if(pInfo[playerid][pLogin] =...
191
okay, so on my server, when someone dies and loses $100, for some reason the anticheat has a spasm. if(GetPlayerCash(playerid) < GetPlayerMoney(playerid)) { -anticheat code here- } i was wonderin...
191
Nice script. I have made a script very similar to this for my server quite a while back. Glad to see someone thinks like me
432
can you make a version without the need of sql? like, i don't mind not being able to make my own custom maps. other than that, this filterscript looks great
964
Hey guys, i've tried to make it so that when an admin teleports to a player and that player is in a vehicle, it puts the admin in the vehicle as a passenger and if that player isn't in a vehicle, the ...
90
So like, how do I go about getting my server on the hosted tab? It's a cops and robbers server I've been working on for a while. I tried at the start of the server to get it on the hosted tab to no a...
63
this is ridiculous, when I run my server off my own IP, port forwarding and all, anyone from around the world can connect to it and this error never comes up, but as soon as I decide I'm ready for a h...
2,895
thanks trucido, that worked. thanks for all the help guys. rep+
236
i see what you mean, how would i go about showing them all the stats i listed without making multiple dialogs? edit: this was my attempt PHP код:         format(string, sizeof(stri...
236
still doesn't work. I can't see what you've changed, but yeah, its still not working. heres a pic:
236
tried doing dialogs for the first time today, don't really use dialogs much but i've noticed having everything show up in the chat can be annoying, especially when you want to see the 30+ stats of a p...
236
thanks for the help once again Konst, my problem is solved. rep+ also thanks anyways Ralfie, i figured that out from Konstantino's post. else and if statements confuse me at times :/
92
i'm having a little problem with a command i've created my problem is that even though the player is in range when using the command, it still says they're not in range. (the command works as intend...
92
update: fixed it myself. /thread
107