[FilterScript] Weapons Shop
#1

Hey Boys i made a little Weapons Shop its my first filescript i hope you like it
I am not going say anything i will Let you Rate

ScreneShoots







Download
http://pastebin.com/i8SDJzgv


0/10
Reply
#2

8/10 Very Good as a Beginner !!
Reply
#3

Thanks
Reply
#4

Nice one as beginner. Return 0 in OnDialogResponse so you can let dialogs in Gamemodes 'n Other FSes work.
And also a typo. NOT 'buyed' it must be 'bought'.

pawn Code:
public OnDialogResponse(...)
{
    switch(dialogid)
    {
        case WHATEVER_DIALOG:
        {
            // WHATEVER
            return 1;
        }

        case ANOTHER_DIALOG:
        {
            // WHATEVER
            return 1;
        }
    }
    return 0;
}
Reply
#5

Thanks, i will add
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)