amaru Posted March 8, 2011 Report Share Posted March 8, 2011 Am facut sistemul asta de inregistrare/logare pentru a mai invata ceva dini. E foarte simplu de folosit/instalat/copiat/furat/schimbat crediteTotul se face in dialoguri si se salveaza in scriptfiles. Momentan are OnGameModeInit pentru ca l-am testat ca gamemod, dar daca vreti puteti schimba voi.Poze:-nu cred ca are rost sa pun. Cred ca v-ati prins despre ce e vorba.Download: http://pastebin.com/FhwbxT5pMultumesc Zh3r0 pentru ajutor.Si da, mi-a venit ideea cand l-am vazut pe al lui Zh3r0. Oricum al lui e mai avansat :tongue: Quote Link to comment Share on other sites More sharing options...
Guest PlayON Posted March 8, 2011 Report Share Posted March 8, 2011 Vad ca ai facut o variabila sa verifici daca are cont creat sau nu, ei bine este gresit deoarece functia dini_Exists face deja totul...if(dini_Exists(string)){ gPlayerAccount[playerid] = 1;}else{ gPlayerAccount[playerid] = 0;}Inloc sa faci:if ( gPlayerAccount[ playerid ] == 1 )Mai eficient este:stock ReturnPlayerFile( playerid){ new Str[ 6 + 30], iName[ 30 ]; GetPlayerName( playerid, iName, 30 ); format( Str, 100, "%s.ini", iName ); return Str;}if ( fexist( ReturnPlayerFile( playerid ) ) ){ //code code code}Innnfffiiinee! :) Quote Link to comment Share on other sites More sharing options...
Andr3 Posted March 8, 2011 Report Share Posted March 8, 2011 Oricum, bravo ! :wink: Quote Link to comment Share on other sites More sharing options...
adelin97 Posted March 8, 2011 Report Share Posted March 8, 2011 bravo 5/5 Quote Link to comment Share on other sites More sharing options...
ruben88 Posted March 8, 2011 Report Share Posted March 8, 2011 bv 5/5 Quote Link to comment Share on other sites More sharing options...
ZiPPeR Posted March 11, 2011 Report Share Posted March 11, 2011 [glow=red,2,300]Amaru frumos 5/5 , si ai avut dreptate , a lu ZH3R0 este mai avansat si mai frumos :laugh:[/glow] Quote Ai curaj sa il intreci? Link to comment Share on other sites More sharing options...
amaru Posted March 11, 2011 Author Report Share Posted March 11, 2011 [glow=red,2,300]Amaru frumos 5/5 , si ai avut dreptate , a lu ZH3R0 este mai avansat si mai frumos :laugh:[/glow]Multumesc. Tu normal stii sa scrii? Quote Link to comment Share on other sites More sharing options...
ZiPPeR Posted March 11, 2011 Report Share Posted March 11, 2011 Multumesc. Tu normal stii sa scrii?[glow=red,2,300]Nu imi place sa scriu normal :wink: [/glow] Quote Ai curaj sa il intreci? Link to comment Share on other sites More sharing options...
Ionutzz Posted March 12, 2011 Report Share Posted March 12, 2011 Multumesc. Tu normal stii sa scrii? Quote Link to comment Share on other sites More sharing options...
ZiPPeR Posted March 12, 2011 Report Share Posted March 12, 2011 Acuma da amaru , am inceput sa scriu normal :wink: Quote Ai curaj sa il intreci? Link to comment Share on other sites More sharing options...
[RSD]TheBoss Posted March 13, 2011 Report Share Posted March 13, 2011 ba mi se pare ca e furat....am tras asa o privire pe sa-mp.com ca cautam un fs pentru sv meu..si cand deodata un topic exact cu acelasi nume ca la al tau si leam comparat pe amandoua si cred ca e furat:|ai mai modifikat tu niste kiesti pe acolo parca...1/5 fail:| Quote New GameMode In Development!-Romania Team Gang War-100%!...Datimi doua Motive afrimative de ce sa-l postez si-l postez... Link to comment Share on other sites More sharing options...
Andr3 Posted March 13, 2011 Report Share Posted March 13, 2011 TheBoss" post="60562" timestamp="1300022031"]ba mi se pare ca e furat....am tras asa o privire pe sa-mp.com ca cautam un fs pentru sv meu..si cand deodata un topic exact cu acelasi nume ca la al tau si leam comparat pe amandoua si cred ca e furat:|ai mai modifikat tu niste kiesti pe acolo parca...1/5 fail:|arata link-ul...sa ne dam si noi cu parerea Quote Link to comment Share on other sites More sharing options...
[RSD]TheBoss Posted March 13, 2011 Report Share Posted March 13, 2011 STAI ASA sa-l caut ca numai stiu la auzi amaru ca sa fiu eu sigur tu esti panteli ala?Edit:scz era postat de el bv si imi cer scuze5/5 ;) Quote New GameMode In Development!-Romania Team Gang War-100%!...Datimi doua Motive afrimative de ce sa-l postez si-l postez... Link to comment Share on other sites More sharing options...
nook1y Posted April 24, 2011 Report Share Posted April 24, 2011 salut am si eu o problema cund dau sal fac prin Pawon am o eroare D:\new\new SMAP mode\Register.pwn(86) : error 017: undefined symbol "ShowPlayerDialog"D:\new\new SMAP mode\Register.pwn(113) : error 017: undefined symbol "ShowPlayerDialog"D:\new\new SMAP mode\Register.pwn(157) : error 017: undefined symbol "ShowPlayerDialog"D:\new\new SMAP mode\Register.pwn(167) : warning 235: public function lacks forward declaration (symbol "OnDialogResponse")D:\new\new SMAP mode\Register.pwn(179) : error 017: undefined symbol "ShowPlayerDialog"D:\new\new SMAP mode\Register.pwn(183) : error 017: undefined symbol "ShowPlayerDialog"D:\new\new SMAP mode\Register.pwn(199) : error 017: undefined symbol "ShowPlayerDialog"D:\new\new SMAP mode\Register.pwn(219) : error 017: undefined symbol "ShowPlayerDialog"Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase7 Errors. Quote Link to comment Share on other sites More sharing options...
songoku11 Posted April 24, 2011 Report Share Posted April 24, 2011 salut am si eu o problema cund dau sal fac prin Pawon am o eroare D:\new\new SMAP mode\Register.pwn(86) : error 017: undefined symbol "ShowPlayerDialog"D:\new\new SMAP mode\Register.pwn(113) : error 017: undefined symbol "ShowPlayerDialog"D:\new\new SMAP mode\Register.pwn(157) : error 017: undefined symbol "ShowPlayerDialog"D:\new\new SMAP mode\Register.pwn(167) : warning 235: public function lacks forward declaration (symbol "OnDialogResponse")D:\new\new SMAP mode\Register.pwn(179) : error 017: undefined symbol "ShowPlayerDialog"D:\new\new SMAP mode\Register.pwn(183) : error 017: undefined symbol "ShowPlayerDialog"D:\new\new SMAP mode\Register.pwn(199) : error 017: undefined symbol "ShowPlayerDialog"D:\new\new SMAP mode\Register.pwn(219) : error 017: undefined symbol "ShowPlayerDialog"Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase7 Errors.\Bagati pawno de 0.3c nu de 0.2x... Quote Link to comment Share on other sites More sharing options...
XpLoD Posted April 24, 2011 Report Share Posted April 24, 2011 Ruben" post="59583" timestamp="1299601316"]bv 5/5:d Quote Link to comment Share on other sites More sharing options...
nook1y Posted April 24, 2011 Report Share Posted April 24, 2011 am pus Pawno 0.3c dar acuma am eroarea asta numa D:\new\new SMAP mode\Register.pwn(12) : error 017: undefined symbol "strtok"Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase1 Error.de ce ? Quote Link to comment Share on other sites More sharing options...
[RSD]TheBoss Posted April 24, 2011 Report Share Posted April 24, 2011 nu ai definit strkok creeazati functia Quote New GameMode In Development!-Romania Team Gang War-100%!...Datimi doua Motive afrimative de ce sa-l postez si-l postez... Link to comment Share on other sites More sharing options...
gus Posted June 22, 2011 Report Share Posted June 22, 2011 cum fac sa il spawneze dupa ce da login ? Quote Link to comment Share on other sites More sharing options...
xxSPEEDYxx Posted June 22, 2011 Report Share Posted June 22, 2011 cum fac sa il spawneze dupa ce da login ?pui SpawnPlayer(playerid); Quote Fara reclama in semnatura! Link to comment Share on other sites More sharing options...
shamanfire Posted June 25, 2011 Report Share Posted June 25, 2011 -MoArTeA-" post="60562" timestamp="1300022031"]ba mi se pare ca e furat....am tras asa o privire pe sa-mp.com ca cautam un fs pentru sv meu..si cand deodata un topic exact cu acelasi nume ca la al tau si leam comparat pe amandoua si cred ca e furat:|ai mai modifikat tu niste kiesti pe acolo parca...1/5 fail:|ti se pare......mai vino si tu cu argumente mai puternice cum ar fi un link cu site-ul de unde e "furat" Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.