17.02.2010, 01:25
Im having trouble
When a player is in a Dynamic CP it says they are not D:
When a player is in a Dynamic CP it says they are not D:
Code:
for(new i=0; i < MAX_PLAYERS; i++)
{
if (IsPlayerInDynamicCP(i, RaceCP[i]))
{
if(Racing[i] == 1)
{
TogglePlayerControllable(i, 0);
}
}
}

