Warning 213: Tag mismatch and warning 202: number of arguments does not match definition
#6

change
PHP Code:
ProxDetectorS(30.0playeridstrCOLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE); 
to
PHP Code:
ProxDetectorS(playeridCOLOR_PURPLE,str,30.0); 
and
PHP Code:
format(strsizeof(str), "* %s take hands cuff out and cuffed %s ."GetPlayerNameEx(playerid), GetPlayerNameEx(giveplayerid)); 
to
PHP Code:
new playername[30];
new 
otherplayername[30];
GetPlayerName(playerid,playername,sizeof(playername));
GetPlayerName(giveplayerid,otherplayername,sizeof(otherplayername));
format(strsizeof(str), "* %s take hands cuff out and cuffed %s ."playernameotherplayername); 
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)