08.12.2017, 13:06
Код:
for(new i; i < CP_Banco[20]; i++)
{
if(checkpointid == CP_Banco[i])
{
SendClientMessage(playerid, 0x6B6A67FF,"~ ");
PlayerPlaySound(playerid, 1057, 0.0, 0.0, 10.0);
}
}
Correto: for(new i; i < CP_Banco[20]; i++)


