26.12.2013, 00:23
Pessoal estou tento waring mais nгo estou entendendo !
Qual quer coisa posto mais coisa em cima da linha que deu erro e sу falar !
PHP код:
xenonNo(playerid,cocheid)
{
new Coches[48] =
{
//Motos
522,
462,
521,
461,
463,
581,
448,
586,
523,
468,
471,
//Bicicletas
509,
481,
510,
//Barcos
539,
472,
473,
493,
595,
484,
430,
453,
452,
446,
454,
//Helicopteros
548,
425,
417,
487,
497,
563,
501,
465,
447,
469,
488,
// Avioes
520,
476,
593,
553,
513,
512,
577,
592,
511,
464,
519,
460,
};
cocheid = GetPlayerVehicleID(playerid); // linha 34167 1 waring
if(IsPlayerInVehicle(playerid,cocheid))
{
for(new i = 0; i < 48; i++)
{
if(GetVehicleModel(cocheid) == Coches[i])
{
return 1;
}
}
}
return 0;
//-----------------------------------------------
}
if(strcmp("/ajudaxenon", cmd, true) == 0) // linha 17941 2 waring
{
//------------------------------------------------
}
if(strcmp("/xenonoff", cmd, true) == 0)//linha 17886 3 waring ..
{