Search Results
I'm unable to find that filterscript which fixed the bug with getting in and out from vehicle. I saw it some time ago, but can't find it anymore. Thanks.
37
I guess you are supposed to check under "OnPlayerEnterDynamicCP" inside streamer.inc, not your gamemode.
264
Are you using any of the object streamers?
85
pawn Код: forward payday(); pawn Код: SetTimer("payday", 600000, 1); pawn Код: public payday() {    for (new i = 0; i < MAX_PLAYERS; i++)     {        GameTextForPlayer(playe...
159
Hello, how do I make that code picks a player randomly from TEAM_ONE and gives him extra goods, like armour, skin or something like that?
80
I've got 6 AddPlayerClass'es, and two teams with their own colors, but colors are not given to AddPlayerClass corectly on spawn. pawn Код: SetPlayerTeamFromClass(playerid, classid){    if (clas...
88
Compare "gamemode" folder and server.cfg at gamemode.
812
#define TEAM_WORKER 0 #define TEAM_PIMP 1 #define TEAM_GOLFER 2 #define TEAM_TRIAD 3 #define TEAM_MECHANIC 4 #define TEAM_BIKER 5 #define TEAM_MEDIC 6 #define TEAM_SWAT 7 #define TEAM_HICK 8 #define T...
158
Very nice, great job.
276
http://forum.sa-mp.com/showthread.ph...ghlight=killed
140
Hello, again. I'm wondering what is the next step when I got some small gamemodes for MM type of server. How do I make it restart to launch next gamemode? How do I set timers when someone finishes th...
82
Hello. I would like to hear some unique suggestions / features for an TDM server. If you got some ideas please post them below.
131
Try, 1.) Registration system 2.) AFK Kicker 3.) High Ping Kicker 4.) Many different vehicles around all SA 5.) Anti Cheat system which bans everyone who spawns Minigun, or other restricted weapons.
278