Search Results
How can i do that, if i use /moneyrain (amount) the amount will be divided in all players equally?
59
Hello, I've a Deathmatch server, there so many players use teleport commands to Avoid death when they reach at piss health. i just want to know that how can i make a system? that when player is fighti...
86
pawn Код:
if (IsPlayerInRangeOfPoint(playerid, 5.0, 1022.8339, 241.7309, 33.0816)) { if(deliverprogress == 1) { if(arrival == 1) { ...
52
any idea about buying house? when the owner of house is not connected! i hope there is something direct to do with user(owner) files.. im using INI
44
man there is other problem when i remove all this code. and the players is not getting any damage..
76
not works.
if player is not in tdm or pctm the health is not getting decreased. and if the player is in tdm or pctp even i shoot other team member it says do not attack team members and when i attack ...
76
pawn Код:
public OnPlayerGiveDamage(playerid, damagedid, Float: amount, weaponid, bodypart){ if(InTeamDM[playerid] == 1 && InTeamDM[damagedid] == 1) { if(PlayerTeam[pl...
76
Hello i've Custom IsPlayerInRangeOfActor its not working fine for me if im in its range its still saying me not in range.
this is stock
pawn Код:
stock IsPlayerInRangeOfActor(playerid, actorid, F...
48
Quote:
Originally Posted by Threshold
udb_hash returns an integer rather than a string. Whirlpool is a much better alternative than udb_hash... I suggest you start using it.
INI_SetTag(.....
82
again error man
pawn Код:
D:\Danish\New Cops & Robbers\gamemodes\CNR.pwn(328) : error 035: argument type mismatch (argument 1)
82
i used your code but...
pawn Код:
D:\Danish\New Cops & Robbers\gamemodes\CNR.pwn(314) : error 035: argument type mismatch (argument 1)D:\Danish\New Cops & Robbers\gamemodes\CNR.pwn(314) :...
82
i saw a tutorial and made register login system for my new server all done no warnings and errors are durring compiling..
when i register it workds fine but when i relog and enter pass it says incorre...
82
lol, i dont even know how i start this GM
1,420
Код:
D:\Danish\Zombie Gamemode\pawno\include\YSI\y_va/impl.inc(568) : warning 219: local variable "time" shadows a variable at a preceding level
D:\Danish\Zombie Gamemode\pawno\include\YSI\y_va/im...
45
simply... use timer!
under OnGameModeInt( ... )
pawn Код:
SetTimerEx("OnPlayerSpectate", 1000, 1, "d", "d");
anywhere in script..
pawn Код:
forward OnPlayerSpectate();
pawn Код:
public O...
121
#Devon007 thanks buddy!
678