14.01.2013, 22:53
pawn Код:
DisableWeatherEffectsInArea(Float:Xmin, Float:Ymin, Float:Xmax, Float:Ymax); //Rain, Sand Storm, Clouds, maybe birds?
SetLightLevelInArea(Float:Xmin, Float:Ymin, Float:Xmax, Float:Ymax, Amount); //If Amount is in -, area will be darker, if it's in + area will be brighter...
//Both functions are good for custom interiors etc...
pawn Код:
AddWaterToArea(Float:Xmin, Float:Ymin, Float:Xmax, Float:Ymax, Amount); //Good for swimming pools etc...
pawn Код:
server.cfg
DisableRconLog 0/1 // Disable Logging for unsuccess remote rcon login (if rcon is on 1).
BanIPOnBadRconLogin 0-? // BanIP from remote login after specified amount of logins...
pawn Код:
//Increase the limit of MAX_VEHICLES, 2000 is not enough for whole San Andreas...
pawn Код:
SetObjectSolid(objectid, bool:solid); //true to make object solid if it's not, and false to make object unsolid if it's solid...
MakeObjectDamageable(objectid, Float:health);