01.06.2015, 07:28
The SA-MP should have an anti roof car surfing like in the GTA-SA single player C: because in some role play servers, I saw a lot of players surfing in the roof of the cars shooting cops like it's not a role play
Can you just check for me what kept San Andreas alive for all these years? I forgot.
|
You can build a proper anticheat, or hire a decent staff team to clear the unwanted modders.
|
I want to recommend also to this feature to disable players from putting "random text on it" except "script/server language". It's really annoying seen servers like this:
o_O serious ?? I dont know for real what's the point of the "language" it still the same like "mapname" nothing changed at all.! |
DisableObjectFlag(playerid, objectid, flag);
FLAG_EXPLOSIVE
FLAG_DESTRUCTABLE
Add a function like:
pawn Код:
pawn Код:
|
Add a function like:
pawn Код:
pawn Код:
|
SetObjectFlag(objectid, OBJECT_FLAG_COLLISION, false);
//Walks through object, like a boss...
SetPlayerObjectFlag(objectid, OBJECT_FLAG_DYNAMIC, true);
//Shoots and and breaks a thrown plate, like a boss...
//A glass shard landed in someone's eye... Goes to prison, like a boss?
Handling the water level will be tricky and could cause huge issues. Don't forget that the water level doesn't exist on all the surface, hence the known glitch in which players would fall under the map to be respawned shortly after. That thing happens because there is no water surface, and the players fall under it's level.
So besides the water level variable, there should be parameters regarding the area in which you want to create water. Further more, you would need a function that removes the existing water from an area. |