CreateDynamicCP
#6

Hello!

What is printing in the console (server.log) when you write it like this:
PHP код:
forward CreateCPHouses();
public 
CreateCPHouses()
{
    for(new 
0MAX_HOUSES++)
    {
        
printf("i: %i | hSpawnX: %f | hSpawnY: %f | hSpawnZ: %f",i,HouseInfo[i][hSpawnX], HouseInfo[i][hSpawnY], HouseInfo[i][hSpawnZ]);
        
HouseInfo[i][hCheckPoint] = CreateDynamicCP(HouseInfo[i][hSpawnX], HouseInfo[i][hSpawnY], HouseInfo[i][hSpawnZ], 1.5, -1, -1, -15.0);
    }
    print(
"#2 Houses Created.");

Reply


Messages In This Thread
CreateDynamicCP - by BlonduX - 26.10.2015, 15:54
Re : CreateDynamicCP - by StreetRP - 26.10.2015, 16:00
Re: Re : CreateDynamicCP - by BlonduX - 26.10.2015, 16:04
Re: Re : CreateDynamicCP - by BlonduX - 26.10.2015, 16:17
Re: CreateDynamicCP - by BlonduX - 27.10.2015, 11:35
Re: CreateDynamicCP - by Mencent - 27.10.2015, 11:43
Re: CreateDynamicCP - by BlonduX - 27.10.2015, 12:26
Re: CreateDynamicCP - by BlonduX - 30.10.2015, 14:47

Forum Jump:


Users browsing this thread: 1 Guest(s)