08.01.2016, 21:37
I get this anyone can help me out? thanks in advance
Код:
./includes/callbacks.pwn(6683) : warning 202: number of arguments does not match definition ./includes/callbacks.pwn(6683) : warning 202: number of arguments does not match definition ./includes/callbacks.pwn(6683) : warning 202: number of arguments does not match definition ./includes/callbacks.pwn(6683) : warning 202: number of arguments does not match definition
PHP код:
line 6683 else ProxDetector(30.0, playerid, string, COLOR_FADE), SetPlayerChatBubble(playerid, string, COLOR_WHITE, 10.0, strlen(text)*100);
if(GetPVarInt(playerid, "Cuffed") == 0)
{
switch(GetPVarInt(playerid, "ChatStyle"))
{
case 0: ApplyAnimation(playerid,"PED","IDLE_CHAT",4.1,0,1,1,1,1);
case 1: ApplyAnimation(playerid, "GANGS", "prtial_gngtlkA", 3.1,0,1,1,1,1);
case 2: ApplyAnimation(playerid, "GANGS", "prtial_gngtlkB", 3.1,0,1,1,1,1);
case 3: ApplyAnimation(playerid, "GANGS", "prtial_gngtlkC", 3.1,0,1,1,1,1);
case 4: ApplyAnimation(playerid, "GANGS", "prtial_gngtlkD", 3.1,0,1,1,1,1);
case 5: ApplyAnimation(playerid, "GANGS", "prtial_gngtlkE", 3.1,0,1,1,1,1);
case 6: ApplyAnimation(playerid, "GANGS", "prtial_gngtlkF", 3.1,0,1,1,1,1);
case 7: ApplyAnimation(playerid, "GANGS", "prtial_gngtlkG", 3.1,0,1,1,1,1);
case 8: ApplyAnimation(playerid, "GANGS", "prtial_gngtlkH", 3.1,0,1,1,1,1);
}
new time=strlen(text)*100;
SetTimerEx("StopTalking",time,0,"i",playerid);