30.12.2014, 16:08
pawn Код:
CMD:crb(playerid,params[])
{
#pragma unused params
new rb;
if (rb == 1)
{
//........
it'll always be 0.
you could do
pawn Код:
new rb = strval(params);
also, as i said before, remove the #pragma unused params
since we're using it...
and if you got like 6 parameters, you're better off using sscanf