23.09.2013, 14:26
Hello mates I tried to make this little script with velocity and I was getting some errors I was wondering if you mates would help me out please?
error 055: start of function body without function header
error 021: symbol already defined: "GetPlayerVelocity"
error 010: invalid function or declaration
warning 203: symbol is never used: "pID"
Код:
#include <a_samp> #define FILTERSCRIPT PublicOnPlayerConnect(playerid); { new pID; GetPlayerVelocity(pID, <300); ban(pID); return 1; }
error 021: symbol already defined: "GetPlayerVelocity"
error 010: invalid function or declaration
warning 203: symbol is never used: "pID"