SA-MP Forums Archive
what does these means on pawn - 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: what does these means on pawn (/showthread.php?tid=664816)



what does these means on pawn - Mobtiesgangsa - 12.03.2019

can someone describe me what these means in pawn

pawn Код:
%0 %1 %2 %3 %4 %5



Re: what does these means on pawn - antixgaming - 12.03.2019

Search. You have the whole world in front of you!


Re: what does these means on pawn - Mr.Lauren - 12.03.2019

Quote:
Originally Posted by Mobtiesgangsa
Посмотреть сообщение
can someone describe me what these means in pawn

pawn Код:
%0 %1 %2 %3 %4 %5
Can be defined in a various ways, usually used to define randoms.
You can search it too by the way


Re: what does these means on pawn - Mobtiesgangsa - 12.03.2019

any alternatives what do they do on samp

for this macro i know the rest i cant figure

pawn Код:
#define callback%0(%1) forward%0(%1); public%0(%1)