10.12.2017, 12:45
wtf ? No it's not..
though its good for readability please note that pawn has only one data type...bool is just a tag it's not gonna make any change to performance..
I can short it furthermore...
But not gonna add any performance boost..
though @op it doesn't fit for a release and is terribly coded...1 star keep trying...
Quote:
3-
PHP Code:
PHP Code:
|
Quote:
I can do it on fewer lines like that:
PHP Code:
|
PHP Code:
CMD:togversion(playerid)
{
if(!IsPlayerAdmin(playerid)) return 1;
versioncheck = !versioncheck;
return SendClientMessage(playerid,-1,versioncheck ? (".: VERSION ON :.") : (".: VERSION OFF :."));
}
though @op it doesn't fit for a release and is terribly coded...1 star keep trying...