Jump to content
  • 0

Problema pick-up


Skate

Question

am facut un pick-up dupa un tutorial si mereu si mereu imi da eroare

C:\Program Files\Rockstar Games\server new test\gamemodes\TEST.pwn(197) : error 017: undefined symbol "stuntpark"

C:\Program Files\Rockstar Games\server new test\gamemodes\TEST.pwn(257) : warning 217: loose indentation

C:\Program Files\Rockstar Games\server new test\gamemodes\TEST.pwn(394) : warning 211: possibly unintended assignment

C:\Program Files\Rockstar Games\server new test\gamemodes\TEST.pwn(394) : error 017: undefined symbol "stuntpark"

C:\Program Files\Rockstar Games\server new test\gamemodes\TEST.pwn(402) : warning 217: loose indentation

imi puteti zice ce sa fac?

mereu imi zice ca nu poate citit stunt park am facut exact exact ca  aici

http://www.sa-mp.ro/forum/index.php/topic,6169.0.html

da tot imi da eroare ,am facut cu new cu tot,si eroare

dc?

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

ma dami scriptul unul dintre ele este lost indentation care creeaza buguri din cauza ca-si pierde cunostinta scriptul

deci adaugi in script

#pragma tabsize 0

caci despre pickup

world 0 lumea normala pui la world 0

iar tu nu ai creat variabila

deci

sus in script
new stunpark ;
la OnGameModeInit
stuntpark=Createpickup(coordonatele);
la OnPlayerPickUpPickup(playerid, pickupid)
intre {
}
aduagi
if(pickupid ==stuntpark)
{
//code ce vrei tu sa trimita un mesaj etc...
}

New GameMode In Development!-Romania Team Gang War-100%!...Datimi doua Motive afrimative de ce sa-l postez si-l postez...

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.