09.01.2017, 21:43
PHP код:
if(!strcmp(cmd, "/coletevip", true ))
{
if( pInfo[ playerid ][ PLAYER_VIP ] == 1 )
{
if( coletevip[ playerid ] == 1 )
{
SendClientMessage( playerid, COLOR_ERRO, "| ERRO | Espere um pouco para colocar colete denovo. 5 Min" );
return 1;
}
SetPlayerArmour(playerid, 100 );
SendClientMessage( playerid, 0xFFFFE0FF, "| COLETE | Seu colete foi criado com sucesso!" );
return 1;
}
else
{
//NovaBomba2[ playerid ] = 1;
SendClientMessage( playerid, COLOR_ERRO, "| ERRO | Vocк nгo tem permissгo ou estб na favela!" );
SetTimerEx( "NovaBomba2", 300000, false, "i", playerid );
return 1;
}
}