SA-MP Forums Archive
[Plugin] [REL] Functions - 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: Plugin Development (https://sampforum.blast.hk/forumdisplay.php?fid=18)
+--- Thread: [Plugin] [REL] Functions (/showthread.php?tid=139582)

Pages: 1 2


Re: [REL] Functions - ViruZZzZ_ChiLLL - 19.11.2010

Grr.. I really need the Source code D:

Can someone PM me the Source code.


Re: [REL] Functions - Grim_ - 19.11.2010

Viruzz, these functions would take you less than a hour to create. For example:
pawn Код:
stock IsACopSkin( skin_id )
{
   if( skin_id == 280 || skin_id == 281 || skin_id == 282 || skin_id == 283 || skin_id == 284 || skin_id == 288 ) return 1;
   return 0;
}
Those are, basically, what all of these functions do - just like so.


Re: [REL] Functions - ViruZZzZ_ChiLLL - 19.11.2010

Yeah, I know :3

But I need the source code, because I am currently trying to learn C++.


Re: [REL] Functions - AlExAlExAlEx - 04.02.2011

Downloadlink dead.


Re: [REL] Functions - Steven Paul - 04.02.2011

where is the download link??


Re: [REL] Functions - Gamer_Z - 04.02.2011

Those functions are in almost any gamemode built into pawn....
So go get them and cut them out for God's sake.

Please people. If he is banned and nobody got it leave it and wait for someone who makes this plugin again.
Maybe I'll do..