27.02.2011, 12:08
I'm having a problem on AttachedObjects, when i type the command /taser, the taser appears and disappears, what the problem?
Command:
Gamemode: LARP
Command:
pawn Code:
if(strcmp(cmd, "/taser", true) == 0)
{
SetPlayerAttachedObject(playerid, 0, 18642, 6, 0.06, 0.01, 0.08, 180.0, 0.0, 0.0);
return 1;
}