Search Results
Nice work dude, with what did you script this with?
7,005
Код: public OnPlayerCommandText(playerid, cmdtext[]) { if (strcmp("/mycommand", cmdtext, true, 10) == 0) { SendClientMessage(playerid, 0xffffffff,"{COLOR_Red_EMBED}SERVER:{COLOR_...
100
i've seen one server with there top 25 players, with the players score on the website, it automatically updated, i want to add it to my website but i don't know how to get it... please, if you know, t...
55
please help me, i want to know how to randomize spawns for players, f you help me i will rep+ u
57
Server config Код: echo Executing Server Config... lanmode 0 rcon_password .420 maxplayers 20 port 7777 hostname ..::Team Deathmatch v1.0::..[Ultra-H.com] gamemode0 MegaFunFreeroam 1 filterscripts...
104
Quote: Originally Posted by Avi57 Just download it. Put it in Plugins. Put it in server.cfg Start server. i did that, but the server crashes
104
can someone please show or tell e how to use streamer plugin?
104
Quote: Originally Posted by Stream next time that you were looking for someone or something , dont post it in the releases part. Thanks.Regards. i know i posted in the wrong fucking se...
322
how, when a player teleports, when they teleport to a certain place, lets say, /glassjump, when they type that command it create the objects and when they use /exit it removes the objects, but only th...
70
Quote: Originally Posted by SilverKiller If you have a variable like InDm put this in OnPlayerSpawn: pawn Код: if(InDm[playerid] == 1){    SetPlayerPos(playerid, X, Y, Z); // Replac...
93
when a player goes to a /dm mini-game and died, how do i respawn him in the dm he joined
93
Quote: Originally Posted by Dopefull Wrong section and nobody will map for free, so download MTA or Samp map editor and start moving! Nobody will do it for free ( most of the time ) yes...
322
well all i want you to do is add cars all over lasventuras, i'm making a freeroam server, you will get credits, a random message that will tell players that you added all the vehicles in lasventuras, ...
322
Quote: Originally Posted by Guest123 try this pawn Код: public OnRconLoginAttempt(ip[], password[], success){if(!success){printf("FAILED RCON LOGIN BY IP: %s USING PASSWORD: %s",ip, p...
197
Quote: Originally Posted by IceBilizard Like This? pawn Код: public OnRconLoginAttempt(ip[], password[], success){if(!success){printf("FAILED RCON LOGIN BY IP: %s USING PASSWORD: %s",...
197
what i want to do it when a player logs in as rcon admin successfully, to send all players a message and to him... This is what i got so far...this is when player enters wrong rcon password, now i wa...
197