19.06.2010, 17:21
Can any one please give me a good script of Chat anim to Put in my server please.
Thanks a lot for the help mates.
Thanks a lot for the help mates.
Originally Posted by Karl115
Can any one please give me a good script of Chat anim to Put in my server please.
Thanks a lot for the help mates. |
ApplyAnimation(playerid,"PED","IDLE_CHAT",4.1,1,1,1,1,1);
if(text == 'talk')
{
ApplyAnimation(playerid,"PED","IDLE_CHAT",4.1,1,1,1,1,1);
}
Originally Posted by DowNlOaD_
Quote:
edit: or animation that you look like you're talking? if yes try this: pawn Код:
|
Originally Posted by DowNlOaD_
//public OnPlayerText
pawn Код:
|
if(text == 'talk')
if(!strcmp("talk", text, true, 4))
Originally Posted by DowNlOaD_
sorry, i gave you wrong code
find: pawn Код:
pawn Код:
|
Originally Posted by Karl115
Quote:
|