їComo hacer algo asн? (algo muy noob)
#2

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;
}
Reply


Messages In This Thread
їComo hacer algo asн? (algo muy noob) - by lanci112 - 10.05.2014, 00:37
Respuesta: їComo hacer algo asн? (algo muy noob) - by PROJECTO - 10.05.2014, 01:21

Forum Jump:


Users browsing this thread: 1 Guest(s)