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 ...
391
Yeah your version is good. The player need to wait 5 seconds to re-type the commands /getgift.
315
I give you 3 methods :
PHP Code:
/*
FIRST METHOD :
*/
new
timer_Waiting[MAX_PLAYERS];
CMD:wait(playerid, params[])
{
if(timer_Waiting[playerid] > 0)
...
315
Reborn Deathmatch (www.reborn-dm.com) is looking for a head-administrator active & serious.
Contact me on skype : mralexisx2
361,234
PHP код:
new infernus[MAX_PLAYERS], nrg[MAX_PLAYERS];public OnPlayerCommandText(playerid, cmdtext[]){ if(!strcmp(cmdtext,"/inf",true)) { if(infernus...
380
This button appears after the connection of a player.
You can force an apparition with the function :
PHP код:
ForceClassSelection(playerid);
174
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
361,234
Nice thanks, and have you idea for make a function to get the small ID connected in the server ?
317
PHP код:
stock GetNextPlayerID(id){ for(new i = (id + 1), j = GetPlayerPoolSize(); i <= j; i --) { if(!IsPlayerConnected(i)) { ...
317
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 (...
317
Variable "zones" doesn't exist. Make one.
Same to variable "s".
'zones' need to are an array if you use sizeof()
125
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 ...
240
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....
148
PHP код:
CMD:taser(playerid, params[]) return SendClientMessage(playerid, -1, "Bzzzz tazed!");
Pro no ?
139
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.
346
Remove Line "playertimeout" in server.cfg
346
In
hook OP_ClickPlayerTextDraw(playerid, PlayerTextlayertextid)
1 close brackets is missed.
128