How to make a stock with input
#1

i sorta need a small tut posted here
Reply
#2

pawn Код:
stock Function(input)
{
//Do w/e you want with your input,
Kill(input);
Ban(input);
//etc.
return 1;
}
Reply
#3

Quote:
Originally Posted by Hiddos
pawn Код:
stock Function(input)
{
//Do w/e you want with your input,
Kill(input);
Ban(input);
//etc.
return 1;
}
how about output :O
Reply
#4

pawn Код:
stock Function()
{
    new output = 5; //for more articulateness
    return output;
}
done...
Reply
#5

Quote:
Originally Posted by ♣ Joker ♠
pawn Код:
stock Function()
{
    new output = 5;
    return output;
}
done...
ty ^_^
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)