18.02.2010, 13:46
Quote:
|
Originally Posted by Eric_
Im having trouble
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);
}
}
}
|

