25.03.2009, 17:19
Easy...
If the function is like this:
then you call it by typing
If the function is like this:
pawn Код:
suckMyBalls(playerid)
{
//something
}
pawn Код:
suckMyBalls(playerid);