Search Results
WWW.REBORN-DM.COM OPENED THE FRIDAY 22 APRIL AT 9:30PM After several months of development, the administration team of Reborn Deathmatch finally reveal their plan. A server where any player join ...
292
Yeah your version is good. The player need to wait 5 seconds to re-type the commands /getgift.
178
I give you 3 methods : PHP Code: /*     FIRST METHOD : */ new     timer_Waiting[MAX_PLAYERS];      CMD:wait(playerid, params[]) {     if(timer_Waiting[playerid] > 0)  ...
178
Reborn Deathmatch (www.reborn-dm.com) is looking for a head-administrator active & serious. Contact me on skype : mralexisx2
205,817
PHP код: new    infernus[MAX_PLAYERS],    nrg[MAX_PLAYERS];public OnPlayerCommandText(playerid, cmdtext[]){    if(!strcmp(cmdtext,"/inf",true))    {        if(infernus...
182
This button appears after the connection of a player. You can force an apparition with the function : PHP код: ForceClassSelection(playerid); 
85
Quote: Originally Posted by YouServ Reborn Deathmatch (www.reborn-dm.com) is looking for an head-administrators active & serious. Contact me on skype : mralexisx2 bump
205,817
Nice thanks, and have you idea for make a function to get the small ID connected in the server ?
123
PHP код: stock GetNextPlayerID(id){    for(new i = (id + 1), j = GetPlayerPoolSize(); i <= j; i --)    {        if(!IsPlayerConnected(i))        {   ...
123
Hi, I have a problem with my function GetSuperior(Inferior)Id. Result of a debug : [DEBUG SUNSHINE (0)]: SUPERIOR 0 | INFERIOR 499 Result required : SUPERIOR 1 | INFERIOR 1 (We are 2 connected, me (...
123
Variable "zones" doesn't exist. Make one. Same to variable "s". 'zones' need to are an array if you use sizeof()
67
Quote: Originally Posted by AndySedeyn RemoveBuildingForPlayer explicitly tells you that it is meant for a player: https://sampwiki.blast.hk/wiki/RemoveBuildingForPlayer It should either ...
139
Yeah normal. You kill the player with function "SetPlayerHealth" to for the script it's a suicide. OnPlayerDeath is called with INVALID_PLAYER_ID to killerid and SendDeathMessage displayed a suicide....
83
PHP код: CMD:taser(playerid, params[]) return SendClientMessage(playerid, -1, "Bzzzz tazed!");  Pro no ?
73
If you have this line, the player timeout when he was AFK after milliseconds settings. So, remove completely this line in server.cfg and this problem is fixed.
204
Remove Line "playertimeout" in server.cfg
204
In hook OP_ClickPlayerTextDraw(playerid, PlayerTextlayertextid) 1 close brackets is missed.
58