10.05.2014, 01:21
en OnPlayerConnect
pInfo[playerid][Nitro] = 1;
asi todos lo tendrian en 1 al conectarse.
o por medio de un comando
if(strcmp(cmdtext, "/Mycommand", true) == 0)
{
for(new i = 0; i < MAX_PLAYERS; i++)
{
pInfo[i][Nitro] = 1;
}
return 1;
}
pInfo[playerid][Nitro] = 1;
asi todos lo tendrian en 1 al conectarse.
o por medio de un comando
if(strcmp(cmdtext, "/Mycommand", true) == 0)
{
for(new i = 0; i < MAX_PLAYERS; i++)
{
pInfo[i][Nitro] = 1;
}
return 1;
}