Weird problem with Streamer include. (Dynamic CPs)
#2

Код:
    if(checkpointid == Farmer[playerid][CP9]) 
    { 
        SendClientMessage(playerid, -1, "9th"); 
        new Cash = RandomEx(10, 50); 
        Farmer[playerid][M9] = GivePlayerMoney(playerid, Cash); 
        DestroyDynamicCP(Farmer[playerid][CP9]); 
        Farmer[playerid][CP4] = CreateDynamicCP(520.6189, 1182.1271, 10.0533, 5.0, playerid); 
    }
Not sure if this is intentional, but it seems you've accidentally used 'CP4' for the CP being created here. This might not be the source of your issue, but it seems to be a mistake nonetheless.

You've also used 'CP6' two times in the script.
Reply


Messages In This Thread
Weird problem with Streamer include. (Dynamic CPs) - by DeeadPool - 04.05.2017, 21:39
Re: Weird problem with Streamer include. (Dynamic CPs) - by Sebz - 05.05.2017, 04:33
Re: Weird problem with Streamer include. (Dynamic CPs) - by ShihabSoft - 05.05.2017, 06:33
Re: Weird problem with Streamer include. (Dynamic CPs) - by DeeadPool - 05.05.2017, 08:47
Re: Weird problem with Streamer include. (Dynamic CPs) - by Logic_ - 05.05.2017, 09:04
Re: Weird problem with Streamer include. (Dynamic CPs) - by ShihabSoft - 05.05.2017, 10:01

Forum Jump:


Users browsing this thread: 1 Guest(s)