Search Results
Quote: Originally Posted by Konstantinos You're right. I was looking some tests I have done in the past and it seems that using your on OnPlayerDeath(Ex) callback with OnPlayerTakeDamage...
348
Quote: Originally Posted by Konstantinos The first is a known bug - when a player takes damage by someone else and then SetPlayerHealth is used to kill the player, the guy who gave damage ...
348
Quote: Originally Posted by cessil it sounds like a problem within your OnPlayerDeath No just like is said you can easily replicate it, by just creating an empty gamemode. It is a SA-MP...
348
If it is what i think you mean, then it is a 'hack' which makes you spawn multiple bots and stuff in SA-MP servers, which is NOT allowed and highly annoying. My server blocks those kinds of tools by n...
101
I don't use the Ammunation because only law enforcers and home owners can own/get weapons, and the players can buy them off the shelfs in the 24-7 by standing next to them and then pressing the N butt...
145
Really depends on your own code and locations where people obtain stuff. Like in my server people can get Money, XP, weapons, items, clothes etc. But all at different methods and locations. Only at so...
181
Quote: Originally Posted by BornHuman Are you perhaps in a virtual world? Or maybe set to a certain interior and it is saving? If so, create a command like such: Код: CMD:vwreset(play...
171
Quote: Originally Posted by Akira297 Second Bug: This is actually a commonly known bug. There has always been an issue with it. Oke, thanks for the info, to be honest I've searched my g...
348
Quote: Originally Posted by Littl3j0hNy Have u RemoveBuildingForPlayer anywhere in your Code? That was what i was thinking to, that he modified it and then only placed back the LOD inst...
171
Could it be that you changed textures on that building/object? If so could it be the case that you removed the original building and only placed (back) the LOD object? (those aren't visible when in (...
171
I have found two bugs, and could not found them to be listed on the forum yet. The first one is the biggest problem for me at the moment (I have created a workaround at the moment) On our RP server ...
348
About the PM's and stuff: Is it solved now with the code/solution I sended?
147
Quote: Originally Posted by ***Niko*** I don't think brackets are problem,i think i don't open/close what i started so it crashes,that is the question i'm asking brackets are fine,but i th...
153
Okay, I can't find any missing brackets in this routine, Can you empty the routine's one by one? for example first try it like this: pawn Code: //Just cut and paste it in notepad for examplepublic O...
153
Quote: Originally Posted by ***Niko*** Anyone can help me? I'm currently looking for you, to see if I can find a error, but I have to say that I don't use that Ini system so I can't tes...
153
Quote: Originally Posted by GTA Simmer Have some very active and experienced admins who will spend the time actually administrating your server. If they are just there to use the admin ab...
56
look for a missing { or } bracket (that's when my pawno always crashed, when I removed one on accident for example) I don't suppose that this: pawn Code: public OnPlayerLogin(playerid,password[]){Â...
153
Then you probably declared it as: Код: new CityHallWasRobbedRecently []; just change it to: Код: new CityHallWasRobbedRecently ; IF.. you're only using one CityHall off-course, else you need...
87
Nice work man +REP for the effort, I would only recommend you (if you don't already, and removed it for the post ) to use a streamer like: Incognito's streamer: https://sampforum.blast.hk/showthread....
235
The error message you showed means that the 'Vehicle_ResetData' is not defined as a function, For example you can create a function like this: pawn Код: stock Vehicle_ResetData(vehicleid){   //...
147