A Gun spawning command.
#1

Hey can Someone help me Script a command like /spawngun /getgun Anything and Make it for Rcon Admin only I'm So confuses at this moment,
Also Can someone Help with my Other Accent Page or Even poist it here?
Reply
#2

pawn Код:
if(strcmp(cmdtext, "/spawnminigun", true) == 0)
{
if(!IsPlayerAdmin(playerid)) return SendClientMessage(playerid, COLOR_RED,"You are not authorized to spawn a minigun!");
else
GivePlayerWeapon(playerid, 38, 5000); // it gives him minigun (= ID 38), with 5000 ammo (= 5000 on the last part)
return 1;
}
Reply
#3

look at the /w2 command in the default filterscript "fsdebug".
Reply
#4

Every time i try to add /w2 if Messes like hell it always crashes my pawno
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)