07.11.2010, 20:09
(
Последний раз редактировалось [P4]; 02.11.2011 в 14:42.
)
Ok so, i'm trying to make /command that spawns a flag on your head.
So here it is:
But it doesn't work at all.No errors or nothing, and when i type it in game nothing, even "Uknown Cmd" message.I need help with that.
Thanks
So here it is:
Код:
if(strcmp(cmdtext, "/flag", true) == 0) { SetPlayerHoldingObject( playerid, 2914, 1, 0.594623, 0.000000, 0.000000, 159.096176, 97.400627, 104.837265 ); }
Thanks