01.09.2009, 16:39
i geting all time errorsplz somebody addthis to in my gamemode
How Can Chenge
When i arrest anyone, if i am cop i need to type /ar (ID).
and after that if i type /ar (id) like is ticket ready to arrest
can arrest somebody and max distance is 2m
and use OnPlayerKeyStateChange and key
KEY_ACTION (Alt Keyboard Button).
gamemode
http://filebin.ca/dopzwg
How Can Chenge
When i arrest anyone, if i am cop i need to type /ar (ID).
and after that if i type /ar (id) like is ticket ready to arrest
can arrest somebody and max distance is 2m
and use OnPlayerKeyStateChange and key
KEY_ACTION (Alt Keyboard Button).
Код:
public OnPlayerStateKeyChange(playerid, newkeys, oldkeys) { if(newkeys == KEY_ACTION) { // command functions.... } }
http://filebin.ca/dopzwg