[GM] Underground Role Play [MySQL Linked]

Započeo cristiane, Oktobar 18, 2010, 17:53:07 POSLE PODNE

prethodna tema - sledeća tema

0 članova i 1 gost pregledaju ovu temu.

cristiane

                                 --__Underground mode__--

Sta je ovo?
Ovo je RolePlay mode zapocet skirptanjem krajem 2008, izradio ga je Diogo Linheiro i Harry Kirkby.


Znacajne stvari na modu?
-Dinamičko Stanovanje - Omogućuje kuća i interijera biti promijenjen ingames, plus lokacije i vozila.
-Dinamičko Posao - isti koncept, oni mogu biti premještena u igri bilo gdje, i promijeniti sve informacije o njima.
-Dinamicka obitelj-Obitelj imena i p. može se mijenjati igri, uz iznos od ljudi online
-Dinamičke Bande - isti koncept kao obitelj
-Dinamičko Vozila - mogu se ureÄ'ivati u potpunosti igri.
-/v sustav ubacen
-Vozila Mods Spremi - Uključujući paintjobs, i gume!


if(strcmp(cmd,"/v",true)==0 || strcmp(cmd,"/vehicle",true)==0)
{
if(IsPlayerConnected(playerid))
{

new x_v[256];
x_v = strtok(cmdtext, idx);
if(!strlen(x_v))
{
SendClientMessage(playerid, COLOR_GREEN, "|__________________ Vehicle Options __________________|");
SendClientMessage(playerid, COLOR_WHITE, "DEBUG: /(v)ehicle [name]");
SendClientMessage(playerid, COLOR_YELLOW2, "Vehicle: Buy, Sell, Color, Lock, PayTicket, List, Switchalarm, Tow");
SendClientMessage(playerid, COLOR_YELLOW2, "Vehicle: Park, Buyalarm, Sellalarm, Store, Remove, Info, Find, Market");
SendClientMessage(playerid, COLOR_YELLOW2, "Vehicle: Putgun, Takegun, Gunlist");
SendClientMessage(playerid, COLOR_GREEN, "|____________________________________________ |");
return true;
}


if(strcmp(cmd, "/statedit", true) == 0)
{
if(IsPlayerConnected(playerid))
{

tmp = strtok(cmdtext, idx);
if(!strlen(tmp))
{
SendClientMessage(playerid, COLOR_WHITE, "DRBUG: /statedit [playerid/PartOfName] [statcode] [amount]");
SendClientMessage(playerid, COLOR_GRAD4, "|1 Level |2 SpawnHealth |3 UpgradePoints |4 Model ");
SendClientMessage(playerid, COLOR_GRAD3, "|5 BankAccount |6 PhoneNumber |7 RespectPoints ");
SendClientMessage(playerid, COLOR_GRAD2, "|8 HouseKey |9 BizKey |10 DonateRank |11 FMember | 15 Job");
SendClientMessage(playerid, COLOR_GRAD2, "|20 carkey1 |21 carkey2 |22 carkey3 |23 GMember |24 Mats |18 Sex |19 Box");
return true;
}


if(strcmp(cmd, "/adminhelp", true) == 0 || strcmp(cmd, "/ah", true) == 0)
{
if(IsPlayerConnected(playerid))
{
SendClientMessage(playerid, COLOR_LIGHTBLUE,"___________Admin Commands________________");
if (Account[playerid][pAdmin] >= 1)
{
SendClientMessage(playerid, COLOR_WHITE, "Level 1: /helpnewbie /checkweapons /cl /disarm /chill /spec /specoff /vehiclelist /check /a /setplayerint...");
SendClientMessage(playerid, COLOR_WHITE, "... /aduty /name /slap /mute /ajail /aunjail /kick /warn /ban /setint /putmeincar /goto /respawn /respawncar");
}
if (Account[playerid][pAdmin] >= 2)
{
SendClientMessage(playerid, COLOR_WHITE,"Level 2: /respawncars /getip /getcarid /dn /bigears /cnn");
SendClientMessage(playerid, COLOR_WHITE,"... /skydive /freeze /unfreeze /destroyallblocks");
}
if (Account[playerid][pAdmin] >= 3)
{
SendClientMessage(playerid, COLOR_WHITE,"Level 3: /update /givelic /forcetutorial /gotoairport /gotols /gotodrugfarm /gotopala...");
SendClientMessage(playerid, COLOR_WHITE,"... /gotolv /gotosf /entercar /gotocar /sethp /setarmor /giveweapon");
}
if (Account[playerid][pAdmin] >= 4)
{
SendClientMessage(playerid, COLOR_WHITE,"Level 4: /setskin /noooc /edit /statedit /fixveh /pkill");
SendClientMessage(playerid, COLOR_WHITE,".../forceskin /mark /gotomark /gotoin");
}
if (Account[playerid][pAdmin] >= 5)
{
SendClientMessage(playerid, COLOR_WHITE,"Level 5: /setweather /randweather /asellbiz /asellhouse /gethere");
SendClientMessage(playerid, COLOR_WHITE,"... /fuelcars /restart /makeleader /makemember");
}
if (Account[playerid][pAdmin] >= 6)
{
SendClientMessage(playerid, COLOR_WHITE,"Level 6: /movehouse /sethouse /gotohouse /houseo /biz /tod /fourdive /giveadmin /editvehicle...");
SendClientMessage(playerid, COLOR_GRAD6,"... /gotoanywhere /spawnveh /setplayermoney /givemoney");
}
SendClientMessage(playerid, COLOR_LIGHTBLUE,"_________________________________ ______");
return true;
}
return true;
}


if(strcmp(cmd, "/atm", true) == 0)
{
if(IsPlayerConnected(playerid))
{

new x_v[256];
x_v = strtok(cmdtext, idx);
if(!strlen(x_v))
{
SendClientMessage(playerid, COLOR_GREEN, "|__________________ Atm Options __________________|");
SendClientMessage(playerid, COLOR_WHITE, "DEBUG: /atm [name]");
SendClientMessage(playerid, COLOR_YELLOW2, "ATM: Withdraw, Deposit, Balance.");
SendClientMessage(playerid, COLOR_GREEN, "|____________________________________________ |");
return true;
}


if(strcmp(cmd, "/ganghelp", true) == 0)
{
if(IsPlayerConnected(playerid))
{
SendClientMessage(playerid, COLOR_GREEN,"_____________________________________ __");
SendClientMessage(playerid, COLOR_WHITE,"*** GANG HELP *** type a command for more help");
SendClientMessage(playerid, COLOR_YELLOW2,"*** GANG LEADER *** /gang");
SendClientMessage(playerid, COLOR_YELLOW2,"*** GANG *** /getskin /depositmoney /depositmats");
SendClientMessage(playerid, COLOR_YELLOW2,"*** GANG *** /withdrawmats /withdrawmoney /hqlock");
}
return true;
}
if(strcmp(cmd, "/familyhelp", true) == 0)
{
if(IsPlayerConnected(playerid))
{
SendClientMessage(playerid, COLOR_GREEN,"_____________________________________ __");
SendClientMessage(playerid, COLOR_WHITE,"*** FAMILY HELP *** type a command for more help");
SendClientMessage(playerid, COLOR_YELLOW2,"*** FAMILY LEADER *** /family");
SendClientMessage(playerid, COLOR_YELLOW2,"*** FAMILY *** /getskin /putmoney /putmats /hqlock");
SendClientMessage(playerid, COLOR_YELLOW2,"*** FAMILY *** /getmats /getmoney /(f)amily(c)hat");
}
return true;
}


if(strcmp(cmd,"/sethouse",true) == 0)
{

if(Account[playerid][pAdmin] < 6 )
{
SendClientMessage(playerid,COLOR_LIGHTRED,"ERROR: Not authorised!");
return true;
}
tmp = strtok(cmdtext, idx);
moneys = strvalEx(tmp);
if(!strvalEx(tmp))
{
SendClientMessage(playerid, COLOR_GREEN, "|__________________ House Options __________________|");
SendClientMessage(playerid, COLOR_WHITE, "DEBUG: /sethouse [houseid] [name]");
SendClientMessage(playerid, COLOR_YELLOW2, "House: Trailer(20k), bungalow(25k), Bedsit(25k), 2room(35k), 3room(40k)");
SendClientMessage(playerid, COLOR_YELLOW2, "House: 4room(50k), 5room(70k)");
SendClientMessage(playerid, COLOR_YELLOW2, "House: 4roomlux(120k), 5roomlux(150k)");
SendClientMessage(playerid, COLOR_GREEN, "|____________________________________________ |");
return true;
}


Evo da objavim download,mozda neki neznaju za ovaj perfektan mode.,ja sam ga poceo prevodit i edit i stavio ga na United RPG,no mnogi igraci neznaju igrati ovako nesto,pa sam poceo raditi gf mode...
Preveo sam neke osnovne stvari na brzinu,pa mozete nastaviti il izmjeniti neki dio texta koji vam se ne svidja.

(nebi preporucio pocetnicima ovaj mode)

preuzet sa:http://forum.sa-mp.com/showthread.php?t=182061
download(edit):http://www.2shared.com/file/rPIIvsiL/underground.html
                      http://rapidshare.com/#!download|88cg2|431817767|underground.rar|2506
                      http://www.megaupload.com/?d=9OLET51H

                        izradio Diogo Linheiro i Harry Kirkby



Poslednja Izmena: Novembar 19, 2010, 15:06:25 POSLE PODNE od cristiane



cristiane

Ma nist hehe :)
Poslednja Izmena: Oktobar 18, 2010, 18:53:33 POSLE PODNE od cristiane


cristiane

Citat: Lonkec poslato Oktobar 18, 2010, 19:05:23 POSLE PODNE
Odličan mod, osobno sam ga preveo :)!

Ma preveo bi ga i ja cjelog,al moji igraci neznaju igrati na njemu  :D svi navikli na gf

Cobra 11

ajde molim te posalji mi ili u PMu ili tu objavi link prevedenog moda....

Zlatan_Ibrahimovic



Zlatan_Ibrahimovic

ja sad upalim i uvijek pise da ne moze...da ne moze ucitati amx file fuction not found...

cristiane

Citat: Luis Mendoza poslato Oktobar 18, 2010, 19:44:06 POSLE PODNE
ja sad upalim i uvijek pise da ne moze...da ne moze ucitati amx file fuction not found...

Jel ti palis na home il?


cristiane

Citat: Lonkec poslato Oktobar 18, 2010, 20:01:28 POSLE PODNE
Citat: Luis Mendoza poslato Oktobar 18, 2010, 19:44:06 POSLE PODNE
ja sad upalim i uvijek pise da ne moze...da ne moze ucitati amx file fuction not found...

To i mene na HOSTu Jebe

Morate ubaciti mysql sistem,cini mi se ima tut ovdje na bs


Odlican mod nema sta, i ja cu sad skoro da objavim jedan modic  :-*