11.09.2013, 08:37
Eyce.
Can you tell me what goes where?
Pottus
Can you tell me what goes where?
Can you tell me what goes where?
pawn Код:
for(new i = 0; i < MAX_OBJECTS_PP; i++)
{
if(oObjectID[playerid][i] != 0)
{
oObjectID[playerid][i] = CreateObject(objectid, pos[0], pos[1], pos[2], 0.0, 0.0, pos[3]);
break;
}
}
Can you tell me what goes where?
pawn Код:
oObjectID[playerid][slot] = -1;