SA-MP Forums Archive
Gang Create Help - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Gang Create Help (/showthread.php?tid=435503)



Gang Create Help - CurlyPwn - 07.05.2013

i want to create a icon like a dollar sign in front of each gang hq and when ppl press like alt or shift they join the gang and when they write /leave they leave it.

i have created the enum now i need help with the rest please someone help

Код:
enum gInfo
{
    pGrove,
    pBallas,
    pAztecas,
    pVagos,
    pRifa,
    pTriads,
    pNang,
    pMafia
}
new GangInfo[MAX_PLAYERS][gInfo];