07.08.2009, 11:30
Many Thx It Work
!! BTW your forgot a "s" In The Public so people will get a error if they use it
But Anyway Fuckin thx for you help Gangstar
![Smiley](images/smilies/smile.png)
Код:
public OnPlayerKeyStateChange(playerid,newkeys,oldkeys)//here your forgot it ;) { if(newkeys == thekeyidoftabwhilebeingonfoot)//change"thekeyidoftabwhilebeingonfoot" with the keyid of tab while being onfoot { Your Command//without strcmp n stuff just the function } return 1; }
![Wink](images/smilies/wink.png)