guys i wanna know how to create faction commands with sscanf and zcmd. - 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: guys i wanna know how to create faction commands with sscanf and zcmd. (
/showthread.php?tid=360652)
solved -
Gangster-rocks - 18.07.2012
------------
Re: guys i wanna know how to create faction commands with sscanf and zcmd. -
ReneG - 18.07.2012
****** please
Re: guys i wanna know how to create faction commands with sscanf and zcmd. -
Dan. - 18.07.2012
When you post a such thing, you should tell us a bit about your gamemode, how are ranks defined etc.
Re: guys i wanna know how to create faction commands with sscanf and zcmd. -
XStormiest - 18.07.2012
this is not a script request section use this variables
= set to
+= add to
-= remove from
!= is not as
== is egal with
>= is bigger or egal with
<= is smaller or egal with
> is bigger than
< is smaller than
use this with your variables and other and create your own
for example
pawn Код:
//verify if is admin or not
if(PlayerInfo[playerid][pAdmin] >= 1338) return SendClientMessage(playerid,COLOR_RED,"You are not an admin");