Robbery System 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: Robbery System Help (
/showthread.php?tid=519451)
Robbery System Help -
EmadQmars - 14.06.2014
Hi gusy
In My game mode Fro Rob Store Should Type /robstore I would not be like that
I Like For Rob Store Press [Left Alt ]Click
Pleas Help Me For this
Re: Robbery System Help -
BroZeus - 14.06.2014
https://sampwiki.blast.hk/wiki/OnPlayerKeyStateChange
Re: Robbery System Help -
EmadQmars - 14.06.2014
I am a newcomer
you cannot help me
Re: Robbery System Help -
KingServerIRAN - 01.09.2014
Код:
if(GetPlayerState(playerid) == PLAYER_STATE_ONFOOT)
{
if(newkeys == 1024 )
{
OnPlayerCommandText(playerid, "/robstore");
return 1;
}
}
Don't Foget +REP
Re: Robbery System Help -
Stinged - 01.09.2014
Quote:
Originally Posted by KingServerIRAN
Don't Foget +REP
|
You're asking a guy with less than 50 posts for rep? You know that doesn't get added to your reputation count.