Jump to content
  • 0

Help Checkpoints


gogoaxel

Question

Imi da aceste warning-uri

C:\Users\Axelex\Desktop\JobFS.pwn(48) : warning 213: tag mismatch
C:\Users\Axelex\Desktop\JobFS.pwn(55) : warning 213: tag mismatch
C:\Users\Axelex\Desktop\JobFS.pwn(62) : warning 213: tag mismatch
C:\Users\Axelex\Desktop\JobFS.pwn(69) : warning 213: tag mismatch
C:\Users\Axelex\Desktop\JobFS.pwn(76) : warning 213: tag mismatch
C:\Users\Axelex\Desktop\JobFS.pwn(83) : warning 213: tag mismatch
C:\Users\Axelex\Desktop\JobFS.pwn(90) : warning 213: tag mismatch
C:\Users\Axelex\Desktop\JobFS.pwn(97) : warning 213: tag mismatch
C:\Users\Axelex\Desktop\JobFS.pwn(104) : warning 213: tag mismatch
C:\Users\Axelex\Desktop\JobFS.pwn(134) : warning 213: tag mismatch
pls ajutati-ma Linia 48:
DriveCp[1] = CreateDynamicRaceCP(playerid,0,2445.6987,1351.7059,10.8203,2804.4392,1334.6400,10.7576,6.5);

Sunt aceleasi linii doar ca is schimbate coordonatele

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

CreateDynamicRaceCP(type, Float:x, Float:y, Float:z, Float:nextx, Float:nexty, Float:nextz, Float:size);

=> 8 parametri (sunt si cativa optionali: worldid = -1, interiorid = -1, playerid = -1, Float:streamdistance = 100.0 ), tu ai facut cu 9 parametri, dar nu sunt bine aranjati, incearca sa scoti playerid,  de la inceput si baga-l dupa acel 6.5 asa: , .playerid = playerid si va fi asa:

DriveCp[1] = CreateDynamicRaceCP(0,2445.6987,1351.7059,10.8203,2804.4392,1334.6400,10.7576,6.5, .playerid = playerid);
Daca tot nu merge, pune-l asa:
DriveCp[1] = CreateDynamicRaceCP(0,2445.6987,1351.7059,10.8203,2804.4392,1334.6400,10.7576,6.5, -1, -1, playerid);

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.