Jump to content
Autentificarea cu Google și Facebook nu mai este disponibilă. ×

Question

Posted

Probleme pickup

else if (PlayerToPoint(1, i, 66.0207,-1529.0956,4.9062)) // TO SF
			{
	GameTextForPlayer(playerid, "~w~Welcome~n~~w~to go in ~b~~h~~h~San fierro~n~~w~type ~r~~h~/barrier~n~~w~cost ~g~~h~~h~$~w~2000", 3000, 3);
			}
	else if (PlayerToPoint(1, i, 53.6313,-1536.7274,5.1157)) // TO LS
			{

C:\Users\oanna\Desktop\samp03bsvr_R2_win32 (1)\gamemodes\ExTrEmE.pwn(5903) : error 017: undefined symbol "i"

C:\Users\oanna\Desktop\samp03bsvr_R2_win32 (1)\gamemodes\ExTrEmE.pwn(5907) : error 017: undefined symbol "i"

GOO PE 89.42.200.9:7777

sau pe http://sa-mp-onlypro.forumulmeu.ro/forum.htm

4 answers to this question

Recommended Posts

Posted

Acest cod:

else if (PlayerToPoint(1, i, 66.0207,-1529.0956,4.9062)) // TO SF
{
    GameTextForPlayer(playerid, "~w~Welcome~n~~w~to go in ~b~~h~~h~San fierro~n~~w~type ~r~~h~/barrier~n~~w~cost ~g~~h~~h~$~w~2000", 3000, 3);
}
else if (PlayerToPoint(1, i, 53.6313,-1536.7274,5.1157)) // TO LS
{
trebuie pus sub OnPlayerPickUpPickup, varianta corecta:
else if (PlayerToPoint(1, playerid, 66.0207,-1529.0956,4.9062)) // TO SF
{
    GameTextForPlayer(playerid, "~w~Welcome~n~~w~to go in ~b~~h~~h~San fierro~n~~w~type ~r~~h~/barrier~n~~w~cost ~g~~h~~h~$~w~2000", 3000, 3);
}
else if (PlayerToPoint(1, playerid, 53.6313,-1536.7274,5.1157)) // TO LS
{

Posted

cand ai dat copy/paste cu capu inainte ai uitat sa iei si partea cu CreatePickup.

-Toate tutorialele postate intra aici sau puneti-le direct [url=http://www.sa-mp.ro/forum/index

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.