Search Results
pAdminName must be an array. I guess, in enum you did it like this. pawn Код: enum //..{    pAdminName}; should be. pawn Код: enum //..{    pAdminName [24] // max player name length}; ...
130
Kinda funny. not going to ask u the server name. i can imagine it xD.
225
You should hook the function. add this code in a include or top of the script. pawn Код: stock SetPlayerArmourEx(playerid,Float:amount){    if(amount > 99.0) amount = 99.0;    return SetP...
154
1. upload your gamemode to samp03/gamemodes and filterscripts to /filterscripts. 2. upload scriptfiles to samp03/scriptfiles folder. also upload the plugins to samp03/plugins folder (make sure plugins...
89
it seems your .so files aren't placed in samp03/plugins folder. didn't you check the plugins through FTP or something ?
180
Is it really hard to find ? https://sampforum.blast.hk/showthread.php?tid=92679
193
Quote: Originally Posted by Romel downloadlink seems to be dead "File Belongs to Non-Validated Account." Fixed the link. Thanks
2,060
Updated. (actually applied a patch) See first post for more info. The download link has been updated. If you have downloaded J.L admin please update it with the new files. - JewelL
2,060
Quote: Originally Posted by Romel To be honest this is cooler than my JakAdmin. But still no reps.. Thank you romel Your admin script is really cool too .
2,060
@[uL]Pottus I only use Pvar for few things(which doesn't need really speed). They are not faster than variables. But PVars not very slow. I know i did a stupid thing on foreach. i will fix it on nex...
2,060
Quote: Originally Posted by cemonk OMG..great Job Bro.. Quote: Originally Posted by UltRaS4fun To be honest ... It is awesome ! Quote: Originally Posted by Eiri...
2,060
may be https://sampwiki.blast.hk/wiki/TogglePlayerSpectating pawn Код: public OnPlayerConnect(playerid){    TogglePlayerSpectating(playerid, 1);    return 1;}
156
Detect Invalid Color Tags in GameTextForAll/GameTextForPlayer Edit: Improved the code to auto fix invalid color tags. (delete invalid tags from the string). Code: pawn Код: stock IsValidTag(text)...
71,249
Quote: Originally Posted by Xicor Nice Work ... Thanks
2,060
J L Administration system Version 1.0 (10900+ lines) Updated: April 03 2013 * J.L. Administration system Features J.L admin registrati...
2,060
Quote: Originally Posted by Guest123 where pwn ?? fuk you -_- did you check "Source" folder ?
2,527
yes. you can. trunkammo[0], trunkammo[1], ect
95
pawn Код: public OnPlayerCommandReceived(playerid, cmdtext[]){    if(jailed[playerid] == 1)    {      SendClientMessage(playerid,red,"You cannot use commands while in Jail!");      retur...
141
Quote: Originally Posted by iFear Excellent Work Jewell. +1 Rep Quote: Originally Posted by MehranGta nice ... Thank you
336