21.02.2011, 15:27
I have no idea how to make gunshop.
I just want Red checkpoint / marker to outside of Los Santos police department, where you can buy weapons.
here is "cordinates" where i would like to have it:
if anyone can help me, making the code?here is bit start, all i could figure myself.
I just want Red checkpoint / marker to outside of Los Santos police department, where you can buy weapons.
here is "cordinates" where i would like to have it:
Код:
AddPlayerClass(281,1568.5647,-1693.0901,5.8906,183.4294,0,0,0,0,0,0); // "GUNSHOP"
Код:
if(PlayerTeam[playerid] == 0) { SendClientMessage(playerid, COLOR_GREEN, "|_| Last Weapons Of Los Santos |_|"); SendClientMessage(playerid, WHITE, "/Desert Eagle Price: $1000"); SendClientMessage(playerid, WHITE, "/M4 Rifle Price: $2500"); SendClientMessage(playerid, WHITE, "/AK-47 Rifle Price: $2000"); SendClientMessage(playerid, WHITE, "/Sniper Rifle Price: $3000"); SendClientMessage(playerid, WHITE, "/Molotov Price: $1000"); } else { SendClientMessage(playerid, COLOR_RED, "Brains....No brains heeere...."); }