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