Search Results
IS It Not Possible That It Shows Textdraw Only
23
Hello,
Can u help me in making a textdraw that will show top 5 players(according to their scores).Even if they are offline.
23
Please help me fast
Код:
[04:46:20] [debug] Server crashed while executing usfMain.amx
[04:46:20] [debug] AMX backtrace:
[04:46:20] [debug] #0 native mysql_connect () from mysql.so
[04:46:20] [deb...
23
can u explain me in detail.I Am Linux User
21
Sorry If I have posted in wrong section.But can anyone tell me Where is directory /usr/lib.I am getting error Failed (libcrypto.so.0.9.8: cannot open shared object file: No such file or directory) and...
21
Hello,
I need a help on how to make that on player spawn player will get a dialog from where he can select his job like
thief,rapist,terrorist etc Please Help me
19
OMa37 Like This i Can Do
Quote:
MaxAdminLevel[6],
27
Код:
CMD:setlevel(playerid,params[]) {
if(PlayerInfo[playerid][Level] >= 5 || IsPlayerAdmin(playerid)) {
new tmp[256], tmp2[256], Index; tmp = strtok(params,Index), tmp2 = strtok(param...
27
On Top Of The Script Type This
Код:
new decreaser[MAX_PLAYERS];
forward DecreaseHealth(playerid);
Rest Code
Код:
public OnPlayerWeaponShot(playerid, weaponid, hittype, hitid, Float:fX, Float:f...
25
If U Want For All Guns Try This
Код:
public OnPlayerTakeDamage(playerid, issuerid, Float: amount, weaponid, bodypart)
{
new weaponid = GetPlayerWeapon(playerid);
if(GetPlayerTeam(issuerid) != G...
25
If You Want it for Sniper Then Try This
Код:
public OnPlayerTakeDamage(playerid, issuerid, Float: amount, weaponid, bodypart)
{
if(GetPlayerTeam(issuerid) != GetPlayerTeam(playerid))
{
if(w...
25
Same Error
Код:
C:\Users\Anurag\Desktop\Call Of Duty\filterscripts\Eevent.pwn(223) : warning 213: tag mismatch
C:\Users\Anurag\Desktop\Call Of Duty\filterscripts\Eevent.pwn(223) : error 001: expec...
19