21.02.2014, 20:42
This thread is not to try and bash other people's scripting methods, but post here, What scripting things to you see that absolutely annoy you?
I would have to say mine is this
I would have to say mine is this
pawn Code:
CMD:mycommand(playerid, params[])
{
#pragma unused params
//rest of code
}

