24.04.2010, 22:42
Hello, i found a server, and when you use /helmet in a bike, it gives you a helmet in the head of your character.
How to do this? Its an object?
How to do this? Its an object?
if(strcmp(cmd, "/helmet",true) == 0) { SetPlayerAttachedObject(playerid,3 , 18645, 2, 0.07, 0.017, 0, 88, 75, 0); return 1; }