#1

This is what i made and i want to create 3 gangs but i dont know how to and i want to make commands like /invite /uninvite and /makeleader

public OnGameModeInit()
{
// AddRank(rankID, const Name[], Requirement, Startmoney, Float:SpawnHealth, Float:SpawnArmour, SpawnWeapon, SpawnAmmo);

SetPromotionMode(1-5);

AddRank(1, "Little gangsta", 0, 5000, 25.0, 0, 0, 0);
AddRank(2, "Gangsta", 2, 7500, 50.0, 25.0, 24, 100);
AddRank(3, "Killer", 10, 10000, 75.0, 50.0, 31, 500);
AddRank(4, "Pro_Killer", 20, 15000, 100.0, 100.0, 26, 2000);
AddRank(5, "Boss",40, 50000, 150.0, 150.0, 26 && 28, 15000);
return 1;
}
Reply
#2

C'mon someone help me
Reply
#3

first don'T bump
second i would say try to get an already done RP Game Mode and try to edit it and learn with it and
third try wiki.sa-mp.com there you can learn much
btw theres no addRank XD
you would need to create that function first.
Reply
#4

I downloaded some include "Ranks" and there in readme was writing that thats right thing(add rank)
Reply
#5

well then ask in the thread of the include
Reply
#6

Quote:
Originally Posted by saiberfun
well then ask in the thread of the include
Im just asking how to make 3 gangs and 5 ranks for each of them
Reply


Forum Jump:


Users browsing this thread: 6 Guest(s)