08.04.2014, 14:42
You use "playerid" as parameter there but you don't actually use it.
An example of what you've done:
It uses playerid as parameter but it doesn't use it inside the function.
An example of what you've done:
pawn Код:
stock SayHello(playerid)
{
print("Hello");
}