Jump to content

[REUPLOAD] LSM-RP by NYL


nyl

Recommended Posts

Las si eu asta aici :) poate avea nevoie cineva

GM: (EDIT) http://dl.nyl.ro/SA-MP/lsmrp.zip

a_irc:  https://nyl.ro/storage/app/media/DL/a_irc.inc

 

Quote

Credits to NYL 
Created by NYL 

Acest script este probabil cel mai bun Godfather edit, cand zic edit dupa cum multi ma stiu de la inceputul sa-mp, !!!!eu nu schimb niste coordonate si gata asta e script by me =__= !!!! 

- Am fixat toate bug-urile care mi-au sarit in ochi ale Godfather-ului 
- Am implementat un sistem de radio si un sistem de Private Out Of Character ( /radio pentru mai multe detalii despre cum sa il folositi) 
- Gunruns, Drugruns cu tot cu modificarea job-urilor de drug dealer, gun dealer 
- Job-uri nu am prea editat in zona aia, doar am schimbat taxi driver, bus driver si medic din factiune in job normal care sa il iei cu /join Smile si am mai adaugat hacker job 
- Un IRC script real care va ajuta sa vedeti /report, /irc, Advertise, Global OOC chat, Admin Private Chat Smile, comenzi irc: !irc (activeaza/dezactiveaza comanda /irc), !ooc (activeaza/dezactiveaza comanda /ooc sau /o), !say (admin say), !suspend (pentru a da ban pe cont la cineva Smile ) si preamaritul !kick, daca pe canalul IRC nu vedeti 3 boti inseamna ca exista un soket limit pe server-ul de irc Smile 
- car chat // si /cc (pentru a vorbii in masina fara nici-o grija ca cel de pe strada o sa te auda) 
- toate portile se deschid de pe HORN (cand esti in masina) si de pe sprint (Cand esti pe picioare) 
- restul nu imi aduc aminte m-am lasat de scripting ca aveam multe de lucru la el =)) 

 

 

strtok(const string[], &index)
{
	new length = strlen(string);
	while ((index < length) && (string[index] <= ' '))
	{
		index++;
	}
 
	new offset = index;
	new result[20];
	while ((index < length) && (string[index] > ' ') && ((index - offset) < (sizeof(result) - 1)))
	{
		result[index - offset] = string[index];
		index++;
	}
	result[index - offset] = EOS;
	return result;
}

 

 

Edited by nyl
Update urle GM
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.