05.03.2012, 19:57
pawn Код:
SG:RP.pwn(15) : error 038: "cmdtext" is not variable
SG:RP.pwn(16) : error 039: extra characters on
SG:RP.pwn(15) : error 038: "cmdtext" is not variable
SG:RP.pwn(16) : error 039: extra characters on
SetTimerEx("DeleteGun", 10000, 0, "d", object[f]);
new Float:DeleteGun;
Example if you want the gun to be on the ground you gotta make the cmd example
pawn Код:
pawn Код:
|
forward DeleteGun(wanted parameters[]);
public DeleteGun(wanted parameters[])
{
//What the code does
return 1;
}
CookieJar I bet he got the code as he only needs the float and if you dont know how to do it dont post un useful posts..
|