16.03.2010, 17:56
Hello can anyone actually explain me everything in the commands like :
i usually get fast answers to thank you if you read this and can help me
but i want a detailed explanation like alitle riping it apart...you understand...
Код:
dcmd_SendAllTheirNames(playerid,params[])
{
#pragma unused params
for(i=0; i<MAX_PLAYERS; i++)
{
// code here...but explain me this...
}
}
but i want a detailed explanation like alitle riping it apart...you understand...


that wood loop 20 players!