SA-MP Forums Archive
This is a question(pls answer fast need the answer today)! - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: This is a question(pls answer fast need the answer today)! (/showthread.php?tid=258805)



This is a question(pls answer fast need the answer today)! - Cjgogo - 01.06.2011

I want so if a players types a command in a checkpoint(i know how to make this) it sets the animation that crouches(i know how to make this) and creates a bomb in fron of him on the ground(DON'T KNOW HOW TO MAKE THIS)


Re: This is a question(pls answer fast need the answer today)! - Elka_Blazer - 01.06.2011

What do you mean creates a bomb ?

you can just SendClientMessage to that player : "The bomb has been planted"
And create a variable

pawn Code:
new bombplant;
and when you do all that
bombplan = 1;

then use a command that will create an explosion at the "bomb" position