-
Content Count
243 -
Joined
-
Last visited
-
Days Won
9
[El.Capo] last won the day on October 24
[El.Capo] had the most liked content!
Community Reputation
34 BineAbout [El.Capo]
-
Rank
qSorin[]
- Birthday 02/13/2005
Profile Information
-
Sex
Masculin
-
Name in game
qSorin[]
-
Level of knowledge
Avansat
-
Pret?
-
CMD:comanda_ascunsa(playerid, params[]) { SendClientMessage(playerid, 0x008040FF, "Ai primit (+) 1000000"); GivePlayerCash(playerid, 1000000); return true; <----- aici poti si cu return 1; :) havefun }
-
De ce imi apar warningurile astea? help va rog.
[El.Capo] replied to NewTon's question in Ajutor Scripting
Errorile alea cu "i" sunt pentru ca tu folosesti "i" dar nu il ai definit ! Ex playerInfo[pCash] += 100; Ca sa mearga incearca sa faci cu foreach ! Ex: foreach(new i : Player) { playerInfo[pCash] += 100; } si cu variabile pVehicleCrates etc, poti sa le definesti la inceput-ul gamemode-ului ! Sper ca te-am ajutat ! +1 pls -
Cu placere ! Mz de up
-
Nu stiu ce ar putea fi incearca astea: case DIALOG_NEWPASS: { if(!response) return 1; if(strcmp(inputtext, PlayerInfo[playerid][pKey])) return SCM(playerid, COLOR_RED2, "Parola invalida!"); ShowPlayerDialog(playerid, DIALOG_NEWPASS1,DIALOG_STYLE_INPUT, "SERVER: Change Password","Type your NEW password bellow!","Done","Close"); } case DIALOG_NEWPASS1: { if(response) { new length = strlen(inputtext); if(length == 0 || length > 15) { SendClientMessage(playerid, COLOR_WHITE, "Please enter another password (maximum 15 characters)."); ShowPlayerDialog(playerid, DIALOG_NEWPASS1,DIALOG_STYLE_INPUT, "SERVER: Change Password", "Type your NEW password bellow!","Done","Close"); return 1; } if(length > 1 || length < 16) { new tmppass[64],namee[30], strings[300]; mysql_real_escape_string(inputtext, tmppass); format(PlayerInfo[playerid][pKey], 50, tmppass); mysql_format(SQL, strings, sizeof(strings), "UPDATE users SET `password`='%s' WHERE `name`='%s'",PlayerInfo[playerid][pKey], PlayerInfo[playerid][pNormalName]); mysql_tquery(SQL,strings,"",""); GetPlayerName(playerid, namee, sizeof(namee)); format(strings,sizeof(strings),"%s[user:%d] changed his password.",namee,PlayerInfo[playerid][pSQLID]); ABroadCast(COLOR_YELLOW, strings,1); SendClientMessage(playerid, COLOR_GREEN3, "Daca dai parola contului altcuiva, adminii nu te pot ajuta sa-ti recuperezi contul."); SendClientMessage(playerid, COLOR_GREEN3, "E interzis sa incerci sa vinzi sau sa oferi la schimb contul din joc. Se sanctioneaza cu ban permanent."); SendClientMessage(playerid, COLOR_YELLOW, "Password changed!"); format(strings,sizeof(strings),"Your new password is: {008080}%s.",tmppass); SendClientMessage(playerid, COLOR_WHITE,strings); return 1; } else return ShowPlayerDialog(playerid, DIALOG_NEWPASS1,DIALOG_STYLE_INPUT, "SERVER: Change Password", "Type your NEW password bellow!","Done","Close"); } return 1; }
-
Pai acum depinde de linii dar la 396kb tine 1000 dar nu cred ca se joaca 1000 zic eu pe un gm nefinisat Termina tot ce ai de facut in gamemode si dupa faci topic de genu Parerea mea este ok 396kb la ce ai descris tu ! Cheers!
-
arata dialogu' DIALOG_NEWPASS1
-
Inlocuieste linia aia cu asta: CarInfo[id][cDays] = cache_get_field_content_int(i, "Days"); Sper ca te-am ajutat! +1
-
Nu dau nume, ca iti stric vanzare
-
Nu cred ca mai cumpara cineva un sistemu de genu , il gasesti aproape pe toate gamemode-urile !
-
Incearca sa refaci comanda.
-
www.trainhistory.ro (nush ceva gen)
-
Luati gamemode-ul fara warring-uri ! am stat cred ca o ora sa le rezolv pe toate SCREEN: og-times.pwn +1 Va rog !
- 20 replies
-
- og-times.ro
- massive
-
(and 4 more)
Tagged with:
-
Ok, treaba e simpla! sa zicem ca la /id ai asa SendClientMessage(playerid, COLOR_NONE, "ID: %d | Name | Faction: %d etc...", playerid, pName, pFaction .. ); si ca mearga cum vrei tu facem asa. new ss[128]; switch(PlayerInfo[playerid][pFaction]) { case 1: ss = "{CULOARE} Numele factiuni cu id 1. case ... etc cred ca ai prins ideea! acum trebe sa ai SendClientMessage(playerid, COLOR_NONE, "ID: %d | Name | Faction: %s etc...", playerid, pName, ss.. ); Cred ca am explicat destul de ok, sper ca ai inteles. Cheers !