24.05.2009, 11:02
Well okay , here is my script :
the thing is , i want to make it payable , etc i buy a shotgun for 1000$ but when i dont have 1000$ then there should come message :You must have atleast 1000$ to use this feature! and weapon shouldnt come ....
idk did ya understand me or not but well ... here is picture to
/imageshack/img37/8513/samp001q.png
OFFTOPIC : I AM NOT DRUNK!
Код:
case 0: //Shotgun
{
if(GetPlayerMoney(playerid) < 1000)
SendClientMessage(playerid, COLOR_WHITE, "You must have atleast 1000$ to use this feature!");
GivePlayerMoney(playerid,-1000);
GivePlayerWeapon(playerid,25,50);
SendClientMessage(playerid, 0xFFFFFFFF, "Use it wisely.");
TogglePlayerControllable(playerid, true);
idk did ya understand me or not but well ... here is picture to
/imageshack/img37/8513/samp001q.png
OFFTOPIC : I AM NOT DRUNK!

