Search Results
I think the first row is understood by everyone.
1,209
From the beginning I want to apologize for my grammar, English is not my native language. A leader makes the members of his team feel involved and not step aside, so that everyone understands that ...
1,209
https://forum.sa-mp.com/showpost.php...84&postcount=2 Easier than using math you can use areas
97
https://sampforum.blast.hk/showthread.php?tid=571044 this topic can help you to learn how to use y_timers
166
ops, my fault Код: task oneSecondTimer[1000]() { locationString[0] = zoneString[0] = EOS; foreach(new x : Player) { GetPlayer2DZone(x, zoneString, MAX_ZONE_NAME), format(locati...
166
I`am curious, why 0.3d? Bcs you can change server version anytime for any gamemode
98
Код: use y_timers from YSI Library #include <YSI\y_timers> // nearby global vars new locationString[40], zoneString[MAX_ZONE_NAME]; task oneSecondTimer[1000]() { locationString[0] = zoneS...
166
Btw, from forum rules: "Provide Code - People are not psychic, if there's an issue in your code they need to see that code."
104
"Provide Code - People are not psychic, if there's an issue in your code they need to see that code. If you are worried about people stealing it, don't be - its nothing special! If you are unwilling t...
73
Do you get any errors in server_log or mysql_logs?
104
You can load, unload, reload a FS using rcon commands.
165
try this: Код: mysql_format(g_SQL, banquery, sizeof banquery, "INSERT INTO `bans` (`username`, `bannedby`, `reason`, `date`, `ip`) VALUES ('%e', '%e', '%e', '%e', '%e')", P...
209
Check if you have installed Visual C++ Redistributable x86, .NET Framework
212
Код: new lastHPLose; timer loseHP[1000]() { if(!lastHPLose) lastHPLose = gettime(); else if(lastHPLose && (gettime()-lastHPLose) == 15) { // your code lastHPLose = gettime(); } }
88
Add a new gate instead of default PNS`s gate.
197
Set weapon_rate value to 40 in server.cfg, if this does not work try to make your own damage system.
133
Do you have nativechecker plugin installed?
366