Search Results
Quote: Originally Posted by SHE790 pawn Код: CMD:resethunt(playerid,params[]) {       if(PlayerInfo[playerid][pAdmin] >= 3) {       if(AdminDuty[playerid] != 1 && Pl...
220
Quote: Originally Posted by Clad pawn Код: #include foreach Test this include :/ i have it already, thats something in the code maybe? and i have a codes with this foreach..
220
Quote: Originally Posted by Scrillex Maybe show the lines... It would be much easier to say whats wrong! Код: CMD:resethunt(playerid,params[]) { if(PlayerInfo[playerid][pAdmin] >...
220
Quote: Originally Posted by S4t3K Add this line at the top of your mode pawn Код: #include <YSI\y_iterate> still same error Код: C:\Users\user\Desktop\org\scr\script\ga...
220
I have a problem with code code: Код: C:\Users\user\Desktop\org\scr\script\gamemodes\NBGv1.0.9.2.pwn(2337) : warning 216: nested comment C:\Users\user\Desktop\org\scr\script\gamemodes\NBGv1.0.9.2....
220
Quote: Originally Posted by AlonzoTorres It can't find the include file a_zones. Make sure it can be found within the include folder inside your Pawno directory. edited my post, i got t...
125
i justs edited my script and i just get a fucking problem i dont know what is that Код: C:\Users\user\Desktop\org\scr\script\gamemodes\NBGv1.0.9.2.pwn(8) : fatal error 100: cannot read from file: ...
125
Код: error 017: undefined symbol "tmp error 017: undefined symbol "dini_Exists"" error 017: undefined symbol "dini_IntSet can you help me ?
84
someone can help me with the cmd: osetadmin ? for offline players, heres my setadmin cmd: Код: CMD:setadmin(playerid, params[]) { if(PlayerInfo[playerid][pAdmin] >= 6) { new iAdminValue,...
84
i've tried to change a door pickup to 19132, http://www.k-dst.de/bilder/ArrowType/ArrowType3.jpg dis door and it doesn't changing to to it, it's changing to to the orginal door (the white one) if so...
41
maybe someone else can try to help me too?
146
Quote: Originally Posted by MCZOFT i can help you with that it's easy just give me your FactionName and and your "IsplayerAdmin" if it's edited in your GM, Ok, contact me praivte, o P...
146
I want /assigncommander and /div commands if someone can help me with this i'll be happy :P assigncommander - makes someone leader of dvision and he can invite/uninvite someone to the division also d...
146
i didnt understand OnPlayerText: Quote: public OnPlayerText(playerid, text[]) { if(gPlayerLogged[playerid] != 1) { SendClientMessage(playerid, COLOR_RED, "You're not logged in."); re...
246
Hello, i started to edit my script, and i dont know how but i played with my friend and we wanted to talk and we saw thats show it for all the players, i mean like DM server, picture: someone can s...
246
--- Hello, i edited the City Hall and i deleted an objects, now i put that into my Gamemode and they're still there, someone ?? pls code: Код: // Remove in city hall RemoveBuildingForPlayer(pla...
68
Quote: Originally Posted by Abagail You can't just do that. You can't define locker multiple times. Do it like this, pawn Код: CMD:locker(playerid, params[]){if(PlayerInfo[playerid][p...
85
Hey, i need help about command, i got lockers, of the factions and i want change it to /locker for every one so i did it Код: CMD:locker(playerid, params[]) return cmd_lspd(playerid, params); C...
85
i think it's this one: Quote: public OnPlayerConnect(playerid) { TotalConnect++; if(Iter_Count(Player) > MaxPlayersConnected) { MaxPlayersConnected = Iter_Count(Player); getdate(M...
108