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
!! BTW your forgot a "s" In The Public so people will get a error if they use it Код:
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;
}

