Search Results
PHP код: #define dueldialog 242 #define DuelPlace1 -1401.5426,1267.2721,1039.8672 #define DuelPlace2 -1388.0773,1225.5911,1039.8672  PHP код: new DuelAllowed[MAX_PLAYERS]; ...
75
nice script , give me the link of your minimap mod
451
: error 001: expected token: ";", but found "-identifier-" on this line PHP код:     format(connectstr, sizeof(connectstr), "* %s (%d) Has Joined The Server -  IP: %s.",pNick(...
102
hello , can someone help me to settings , Join Message For My Server? here is onplayerconnect message PHP код:     new connectstr[128];     format(connectstr, sizeof(connectstr), "...
102
this is the best i think PHP Code: CMD:adestroycar(playerid, params[]) {     new TargetID,destroyveh,str1[128];     if(sscanf(params, "u", TargetID)) return SendClientMessage(player...
440
hello i want to add that funcsion for admins ,, onplayerconnect . here is onplayerconnect script PHP код:     new connectstr[128];     format(connectstr, sizeof(connectstr), "* %...
63
anti spam and anti command spam. i want to mute player when player sent message 4 "Please Wait Before Sending a message again" here is anti spam PHP код: public OnPlayerText(playerid, ...
65
i mean that list of deaths in game
116
hey how do i show onplayerdeath death list in game here's my onplayerdeath func.. PHP код: public OnPlayerDeath(playerid, killerid, reason) {     if(killerid != INVALID_PLAYER_ID)  Â...
116
it fixed but when it kill player the message not showing to all .. dont work i mean here's onplayerdeath Quote: public OnPlayerDeath(playerid, killerid, reason) { DeadPlayer[play...
95
Quote: Originally Posted by YouHack Enjoy PHP код: public OnPlayerTakeDamage(playerid, issuerid, Float: amount, weaponid, bodypart) {     new Float:oldhealth; // victi...
200
PHP код:         format(string, sizeof(string), "%s (%i) Killed %s (%i) - %s (%s) From %0.2fm Away.", KillerName, issuerid, VictimName, playerid, WeaponName, bodypart,...
95
you need to use Quote: filterscripts UltraHost
169
hey show me guide how you can . and i can edit it alone ..
200
hello how do i show the death message to all players same as picture ? anyone script it for me ? here is my onplayerdeath PHP код: public OnPlayerDeath(playerid, killerid, reason) { ...
200
thanks fixed by using INI_WriteString(File
106
PHP код: 516) : error 035: argument type mismatch (argument 3) (517) : error 035: argument type mismatch (argument 3)  PHP код: stock RegisterPlayer(playerid, pas...
106