SA-MP Forums Archive
Problem with SpecialActions - 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: Problem with SpecialActions (/showthread.php?tid=353098)



Problem with SpecialActions - James Coral - 22.06.2012

i have problem with

SetPlayerSpecialAction(giveplayer,SPECIAL_ACTION_N ONE);

it gives me error:

larp1.TMP(68637) : error 035: argument type mismatch (argument 1)


Re: Problem with SpecialActions - Ironboy - 22.06.2012

Check this https://sampwiki.blast.hk/wiki/SetPlayerSpecialAction


Re: Problem with SpecialActions - nilanjay - 22.06.2012

pawn Код:
SetPlayerSpecialAction(playerid,SPECIAL_ACTION_N ONE);// I think u should put playerid



Re: Problem with SpecialActions - James Coral - 23.06.2012

nope, im using it on other player


Re: Problem with SpecialActions - nilanjay - 23.06.2012

What do you mean by another player. Is that like a use of admin thingy?


Re: Problem with SpecialActions - JaKe Elite - 23.06.2012

first off SPECIAL_ACTION_N ONE is invalid maybe you meant something like this SPECIAL_ACTION_NONE