-
Posts
580 -
Joined
-
Last visited
-
Days Won
1
Content Type
Profiles
Forums
News
Documentation
Everything posted by onix09
-
[sC]Sx3r3, nu's eu mare scripter, nush nici rezolvarea, dar in nici un caz ce ai zis tu nu e corect:|
-
Simplu de facut, dar folositor, nu sariti pe mne dar eu ii dau 5/5 :grin:
-
4.5/ adica tot da ...dar cum zice s stuntman, puteai face textdraw-ull mai mic mai aranjaet.. :D
-
Frumos ;x
-
Frumos, 4/5 pt ca nu e prea cine stie ce...dar cred ca esti la inceput :wink:
-
10/10 Celui care la facut -100/100 pt Tne....RUSINE!
-
Frumos... imi place mult cum ai aranjat dialogurile :cool: 6/5
-
V.I.P System - 3 Levels v3.0: - MySQL Version
onix09 replied to xxSPEEDYxx's topic in Filterscript-uri
Frumos nam ce zice, e oringial, din ce vad in script ori nu am mai vazut eu genul scriptuluui:P Daka e facut de tne 5/5 dak nu ... -10/5 -
Frumusel, dar cum zice mia sus, pare GF-Edit din ce am vazut prin script..
-
C:\Documents and Settings\Administrator\Desktop\KoS.pwn(10724) : error 035: argument type mismatch (argument 5) C:\Documents and Settings\Administrator\Desktop\KoS.pwn(10754) : error 017: undefined symbol "Commands" C:\Documents and Settings\Administrator\Desktop\KoS.pwn(10754) : warning 215: expression has no effect C:\Documents and Settings\Administrator\Desktop\KoS.pwn(10754) : error 001: expected token: ";", but found "]" C:\Documents and Settings\Administrator\Desktop\KoS.pwn(10754) : error 029: invalid expression, assumed zero C:\Documents and Settings\Administrator\Desktop\KoS.pwn(10754) : fatal error 107: too many error messages on one line Ce sa fac? Linia 10724 ShowPlayerDialog(playerid, 9046, DIALOG_STYLE_MSGBOX,"Comenzi", CommandDialog(), "Ok", "Close"); Linia 10754 Commands[0]='\0';
-
MI-SE STINGE SERVERUL DEODATA! IN LOG NU APARE NIMIC DUBIOS :shocked: [19:14:02] +---------------------------------+ [19:14:02] + King of Stunt 0.3d + [19:14:02] + Created by Darky + [19:14:02] + Edited by Xpllor + [19:14:02] + Just another gamemode ! + [19:14:02] +---------------------------------+ [19:14:02] + Copyright @ 2012 Darky + [19:14:02] + Copyright @ 2012 Xpllor + [19:14:02] +---------------------------------+ [19:14:02] + GAMEMODE WAS LOADED ! + [19:14:02] +---------------------------------+ [19:14:02] Number of vehicle models: 51 [19:14:31] Incoming connection: 127.0.0.1:2536 [19:14:31] [join] Xpllor has joined the server (0:127.0.0.1)
-
Misto, continua tot asa
-
Foarte misto Bravo te pricepi 5/5
-
Misto, akm il bag pe server :)
-
Uitati comanda mea de SetLevel COMMAND:setlevel(playerid,params[]) { new level,playerid2,file[256]; new tmp[256], tmp2[256], Index,str[50],str2[50]; tmp = strtok(params,Index), tmp2 = strtok(params,Index),playerid2 = strval(tmp),level = strval(tmp2); format(file,sizeof(file),"xAdmin/Accounts/%s.txt",GetName(playerid2)); if(Account[playerid][Level] < 5) return SendClientMessage(playerid,Yellow,"* Iti trebuie nivel 5 ca sa folosesti aceasta comanda!"); if (sscanf(params, "ud", playerid2, level)) return SendClientMessage(playerid, Yellow, "FOLOSESTE: /setlevel id level"); if(level > 5 ) return SendClientMessage(playerid,Yellow,"Level incorect"); if(!IsPlayerConnected(playerid2))return SendClientMessage(playerid,Yellow,"Playerul nu este conectat!"); Account[playerid2][Level] = level; dini_IntSet(file,"Level",level); format(str,sizeof(str),"* Iai setat lui %s nivelul la %d",GetName(playerid2),level); SendClientMessage(playerid,Blue,str); format(str2,sizeof(str2),"* Admin '%s' te-a facut nivel %d",GetName(playerid),level); SendClientMessage(playerid2,Blue,str2); return 1; } Vreau sa o fac si pentru RCON cum o fac?
-
Darky's Admin System v1.0 - Best administration script !
onix09 replied to DarkyTheAngel's topic in Filterscript-uri
Foarte frumos darky, n-ai vrea sa ma inveti si pe mine sa scriptez -
dami id tau prin PM siti dau tot FS
-
Mdea..am facut pas cu pas cum zice pe wiki(http://wiki.sa-mp.com/wiki/Creating_A_Simple_Administration_FilterScript) dar imi da erorile: D:\server\The Stunt\filterscripts\admin.pwn(30) : error 017: undefined symbol "PLAYER_MAIN" D:\server\The Stunt\filterscripts\admin.pwn(30) : error 009: invalid array size (negative, zero or out of bounds) D:\server\The Stunt\filterscripts\admin.pwn(84) : warning 217: loose indentation D:\server\The Stunt\filterscripts\admin.pwn(94) : warning 217: loose indentation D:\server\The Stunt\filterscripts\admin.pwn(173) : warning 217: loose indentation D:\server\The Stunt\filterscripts\admin.pwn(177) : warning 217: loose indentation D:\server\The Stunt\filterscripts\admin.pwn(189) : warning 213: tag mismatch D:\server\The Stunt\filterscripts\admin.pwn(190) : warning 213: tag mismatch D:\server\The Stunt\filterscripts\admin.pwn(191) : warning 213: tag mismatch D:\server\The Stunt\filterscripts\admin.pwn(192) : warning 213: tag mismatch D:\server\The Stunt\filterscripts\admin.pwn(193) : warning 213: tag mismatch D:\server\The Stunt\filterscripts\admin.pwn(194) : warning 213: tag mismatch D:\server\The Stunt\filterscripts\admin.pwn(195) : warning 213: tag mismatch D:\server\The Stunt\filterscripts\admin.pwn(196) : warning 213: tag mismatch D:\server\The Stunt\filterscripts\admin.pwn(197) : warning 213: tag mismatch D:\server\The Stunt\filterscripts\admin.pwn(198) : warning 217: loose indentation D:\server\The Stunt\filterscripts\admin.pwn(198) : warning 213: tag mismatch D:\server\The Stunt\filterscripts\admin.pwn(199) : warning 217: loose indentation D:\server\The Stunt\filterscripts\admin.pwn(204) : warning 217: loose indentation D:\server\The Stunt\filterscripts\admin.pwn(204) : warning 213: tag mismatch D:\server\The Stunt\filterscripts\admin.pwn(205) : warning 217: loose indentation D:\server\The Stunt\filterscripts\admin.pwn(205) : warning 213: tag mismatch D:\server\The Stunt\filterscripts\admin.pwn(206) : warning 213: tag mismatch D:\server\The Stunt\filterscripts\admin.pwn(207) : warning 213: tag mismatch D:\server\The Stunt\filterscripts\admin.pwn(208) : warning 213: tag mismatch D:\server\The Stunt\filterscripts\admin.pwn(209) : warning 213: tag mismatch D:\server\The Stunt\filterscripts\admin.pwn(210) : warning 213: tag mismatch D:\server\The Stunt\filterscripts\admin.pwn(211) : warning 213: tag mismatch D:\server\The Stunt\filterscripts\admin.pwn(212) : warning 213: tag mismatch D:\server\The Stunt\filterscripts\admin.pwn(213) : warning 213: tag mismatch D:\server\The Stunt\filterscripts\admin.pwn(214) : warning 213: tag mismatch D:\server\The Stunt\filterscripts\admin.pwn(215) : warning 213: tag mismatch D:\server\The Stunt\filterscripts\admin.pwn(216) : warning 213: tag mismatch D:\server\The Stunt\filterscripts\admin.pwn(217) : warning 213: tag mismatch D:\server\The Stunt\filterscripts\admin.pwn(218) : warning 213: tag mismatch D:\server\The Stunt\filterscripts\admin.pwn(219) : warning 213: tag mismatch D:\server\The Stunt\filterscripts\admin.pwn(220) : warning 217: loose indentation D:\server\The Stunt\filterscripts\admin.pwn(253) : error 017: undefined symbol "dcmd_setlevel" D:\server\The Stunt\filterscripts\admin.pwn(254) : error 017: undefined symbol "dcmd_freeze" D:\server\The Stunt\filterscripts\admin.pwn(255) : error 017: undefined symbol "dcmd_unfreeze" D:\server\The Stunt\filterscripts\admin.pwn(263) : warning 213: tag mismatch D:\server\The Stunt\filterscripts\admin.pwn(275) : error 017: undefined symbol "num_hash" D:\server\The Stunt\filterscripts\admin.pwn(276) : warning 213: tag mismatch D:\server\The Stunt\filterscripts\admin.pwn(277) : warning 213: tag mismatch D:\server\The Stunt\filterscripts\admin.pwn(278) : warning 217: loose indentation D:\server\The Stunt\filterscripts\admin.pwn(278) : warning 213: tag mismatch D:\server\The Stunt\filterscripts\admin.pwn(279) : warning 217: loose indentation D:\server\The Stunt\filterscripts\admin.pwn(279) : warning 213: tag mismatch D:\server\The Stunt\filterscripts\admin.pwn(286) : warning 213: tag mismatch D:\server\The Stunt\filterscripts\admin.pwn(288) : warning 213: tag mismatch D:\server\The Stunt\filterscripts\admin.pwn(294) : error 017: undefined symbol "num_hash" D:\server\The Stunt\filterscripts\admin.pwn(295) : warning 213: tag mismatch D:\server\The Stunt\filterscripts\admin.pwn(297) : warning 213: tag mismatch D:\server\The Stunt\filterscripts\admin.pwn(298) : warning 217: loose indentation D:\server\The Stunt\filterscripts\admin.pwn(298) : warning 213: tag mismatch D:\server\The Stunt\filterscripts\admin.pwn(299) : warning 217: loose indentation D:\server\The Stunt\filterscripts\admin.pwn(307) : warning 213: tag mismatch D:\server\The Stunt\filterscripts\admin.pwn(309) : warning 213: tag mismatch D:\server\The Stunt\filterscripts\admin.pwn(316) : error 017: undefined symbol "strtok" D:\server\The Stunt\filterscripts\admin.pwn(316) : error 033: array must be indexed (variable "tmp") D:\server\The Stunt\filterscripts\admin.pwn(319) : error 017: undefined symbol "strtok" D:\server\The Stunt\filterscripts\admin.pwn(319) : error 033: array must be indexed (variable "tmp2") D:\server\The Stunt\filterscripts\admin.pwn(322) : warning 217: loose indentation D:\server\The Stunt\filterscripts\admin.pwn(322) : error 017: undefined symbol "num_hash" D:\server\The Stunt\filterscripts\admin.pwn(323) : warning 217: loose indentation D:\server\The Stunt\filterscripts\admin.pwn(323) : warning 213: tag mismatch D:\server\The Stunt\filterscripts\admin.pwn(332) : warning 213: tag mismatch D:\server\The Stunt\filterscripts\admin.pwn(315) : warning 203: symbol is never used: "index" D:\server\The Stunt\filterscripts\admin.pwn(380) : warning 203: symbol is never used: "dcmd_akill" D:\server\The Stunt\filterscripts\admin.pwn(380) : warning 203: symbol is never used: "dcmd_announce" Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase 12 Errors. nu ma prea intereseaza de warninguri..dar erorile.
-
Adriane din padure nu mai fa post-hunt pentru posturi adica :shocked: Ori, daca tie iti palce acel mic cadou numit warn, continua
-
Merzi a mers :D
-
Mdea...vrei ban? nu mai fa multipost(postezi imediat in mai putin de 24 ore in acelasi topic)
-
1. Folosesc ZSumo ca si GM 2. Cand nam facut nici o editare la gm mise vedeau mapele 2. Am editat dar la compilat na dat nici o eroare! 4. Pe server nu se mai vedea mapa, adica ,,CreateObject'' ca itemele default se vad 5. Revin cu Edit, incerc sa bag iar gm needitat sa vad daca e de la gm problema... EDIT: Da de la asta era problema, am bagat GM default iar obiectele se vedau....ce sa fac casa pot vedea obiectele si pe gm editat?
-
Mdea...nush dak e reclama...Dar folosecs gm SumoFFS, nici un pic editat, dar cand intru p sv nu ma da nici in maisn nici p o arena, ma da simplu intrun loc la o ferma cva )
-
Help me e cva urgent, la chat cand dau comenzi apare nui nici o problema dar cand un player scrie la chat ceva nu apare nimic, nimic! Inclusiv tu nu vezi ce zici nimeni! help me urgent! [Folosesc Drift Universe 0.3c]
-
...Cum fac sa pot intra in orice masina fara sami mai zica ,,Nu ai chei pentru aceasta masina'' si sa ma deie jos, iar daca se poate asta sa fie disponibil doar la admini [folosesc gmul ForTeam RolePlay]
