[FilterScript] Simple Random Gifts System with objects (First FS)
#1

Hello all samp forums users, i'm making my own filterscripts but i was bored today so i decided to share my XMAS Filterscript here.
It's very simple one but i hope you to like it.
Remember in this Filterscript i made 4 Random Gifts.
Santa Hat + Armor
RPG
Heavy Armor with 300 HP
Free 15 Score For Player.
Remember the CMD is : /randomgift

and when player try to get the gift again he will get an error message like this "You Already Have Got Your Gift"
intill he relogs.
Here is some pictures : (remember the FS has IG-objects)





Here is the Download Links :
.pwn file:
http://www.mediafire.com/file/7oetzg6ajmz1bdg/gifts.pwn
.amx file:
http://www.mediafire.com/file/yiplst87v8eg2g1/gifts.amx
INCLUDES NEEDED:
zcmd.inc
streamer.inc
-------------------------------------------------------
I hope you guys to like my filterscript and don't forget to give me your opinion and if you liked it feel free to give me REP, thank you.
Reply
#2

This was veryUseful Script
+1 Rep bro keep it up ill wait for more of your work (Y)
Reply
#3

Thanks for your reply.
Reply
#4

nicely done
Reply
#5

Pastebin please!
Reply
#6

Just download the pwn file. NO VIRUS
Reply
#7

Why did you leave all those callbacks in the filterscript, if you are not using any of them?

PHP код:
public OnPlayerObjectMoved(playeridobjectid)
{
    return 
1;
}

public 
OnPlayerPickUpPickup(playeridpickupid)
{
    return 
1;
}

public 
OnVehicleMod(playeridvehicleidcomponentid)
{
    return 
1;
}

public 
OnVehiclePaintjob(playeridvehicleidpaintjobid)
{
    return 
1;
}

public 
OnVehicleRespray(playeridvehicleidcolor1color2)
{
    return 
1;
}

public 
OnPlayerSelectedMenuRow(playeridrow)
{
    return 
1;
}

public 
OnPlayerExitedMenu(playerid)
{
    return 
1;
}

public 
OnPlayerInteriorChange(playeridnewinterioridoldinteriorid)
{
    return 
1;
}

public 
OnPlayerKeyStateChange(playeridnewkeysoldkeys)
{
    return 
1;

Reply
#8

Most of people did like that. but, is there any problem with this?
i can remove them if you want.
anyway ty for your reply
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)