14.11.2014, 08:48
When i connect my server i mean when i start my server so it don't load" Maps / Gates / Parkours / Races / Pickups "Which are located in Scriptfiles.
Anyone can help me?
See the pics below :
Then
Codes
Anyone can help me?
See the pics below :
Then
Codes
pawn Код:
CreateCwWinTD();
LoadGates();
LoadCreatedRaces();
LoadCreatedParkours();
LoadPickups();
stock GatePath(gateid)
{
new gatefile[64];
format(gatefile, sizeof(gatefile), "Gates/GateID%d.ini", gateid);
return gatefile;
}