Search Results
I've decided to release my filterscript, this was my 1st filterscript. I don't really need it anymore, so I'm giving it away. features: /gotorc - teleports you to the RC map. /exitrc - exits you fr...
235
I'll script it for you! Код: #include zcmd #include Dini #include streamer #include foreach #define DIALOG_SONG 1487 #define MAX_SONGS 1 ----------------------------- public OnPlay...
98
use ZCMD, more flexyable. Код: #include zcmd ------- CMD:pm(playerid, params[]) { new id, message[1024]; if(sscanf(params,"ds[1024]",id,message))return SendClientMessage(playerid, COL...
107
It's not possible at all, atleast from my experiences.
85
you really need includes. plugins doesnt really matter if there's not alot of objects appears. use zcmd (preferbally) to make commands Example Код: CMD:test(playerid, params[]) { SendClie...
117
USe opengame panel to edit your host. Go to FTP, login with your Uname,and password. Go to gamemode folder, delete the grandlancery,and upload your .amx game mode file. Don't forget to add your gam...
65
omg nice gamemode, but why you release it..?
387
could you provide the codes script ?
142
Код: C:\Users\ADNAN\Downloads\External Gaming CnR\CnR\gamemodes\FlakenCNR.pwn(7) : fatal error 100: cannot read from file: "gvar" anyone knows the problem ? I've put gvar.inc in the include..
92
You have got the wrong codes. too much errors on that, use mine. Код: CMD:setlevel(playerid,params[]) { if(PlayerInfo[playerid][pAdminLevel] < 4) return SendClientMessage(playerid, COLOR_...
112
you need foreach.ini include download it first, then put it in pawno < include
92
http://www.mediafire.com/download/1m...OnGameMode.zip I've compiled it.
111
in server.cfg have you put Код: gamemode0 your gamemode's name ?
144
The problem seems to be still appeared...
197
I don't see any appriciations, yet. all I've got, is arrogances. please.. I release this script for newbies scripter,and besides it was only 3 weeks-script works. It's very simple, I'll let newbie ...
246
Код: gamemodes\FlakenFreeroam.pwn(1804) : error 001: expected token: ")", but found "-integer value-" gamemodes\FlakenFreeroam.pwn(1804) : warning 215: expression has no effect gamemodes\FlakenFre...
91
heres my OnPlayerText script Код: public OnPlayerText(playerid, text[]) { if(text[0] == '*' && PInfo[playerid][Admin] >= 1) { new str[256]; GetPlayerName(playerid,str,s...
197
I've set up a script made by me from scratch,and I decided not to contunie it due to some bugs, which I am lazy to fix it. So, I have a server which using my old script. here it is: Features: /tele...
246