Hello i get 2 errors after making this CMD
#5

Quote:
Originally Posted by ThaFuq?Santinosback!
Посмотреть сообщение
Example if you want the gun to be on the ground you gotta make the cmd example
pawn Код:
SetTimerEx("DeleteGun", 10000, 0, "d", object[f]);
and put this somewhere
pawn Код:
new Float:DeleteGun;
Wow wtf no. For timers you must always FORWARD the function, not create some new float.
so
pawn Код:
forward DeleteGun(wanted parameters[]);
public DeleteGun(wanted parameters[])
{
    //What the code does
    return 1;
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)