20.03.2016, 20:01
Hi guys.
How to convert this code to dynamic ?
Thanks
How to convert this code to dynamic ?
Код:
forward GCPT(playerID);
public GCPT(playerID)
{
return checkpointType[playerCheckpoint[playerID]];
}


