Jump to content

Question

Posted

Salut... am inceput deja sa lucrez pt v2.0 la gunshop-ul meu unde vreau sa creez un pickup care te duce in magazinul de arme(gunshop) si imi da urmatoarele erori cand il compilez:

D:\BoGdi's Files\samp03dsvr_R2_win32\filterscripts\gs.pwn(77) : warning 213: tag mismatch
D:\BoGdi's Files\samp03dsvr_R2_win32\filterscripts\gs.pwn(77) : warning 202: number of arguments does not match definition
D:\BoGdi's Files\samp03dsvr_R2_win32\filterscripts\gs.pwn(84) : warning 213: tag mismatch
D:\BoGdi's Files\samp03dsvr_R2_win32\filterscripts\gs.pwn(84) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664	 	 	Copyright (c) 1997-2006, ITB CompuPhase


4 Warnings.

Liniile respective:

[pawn]public OnPlayerPickUpPickup(playerid, pickupid)

{

if(pickupid == intrare)

{

SetPlayerPos(316.56369018555, -168.54432678223, 999.59375);

return 1;

}

if(pickupid == iesire)

{

SetPlayerPos(2292.2971, -1724.4607, 13.5469);

}

return 1;

}[/pawn]

Raven's Roleplay translated percent

button.php?barPosition=20&leftFill=%2300FF33

1 answer to this question

Recommended Posts

Posted

[pawn]public OnPlayerPickUpPickup(playerid, pickupid)

{

if(pickupid == intrare)

{

SetPlayerPos(playerid,316.56369018555, -168.54432678223, 999.59375);

return 1;

}

if(pickupid == iesire)

{

SetPlayerPos(playerid,2292.2971, -1724.4607, 13.5469);

}

return 1;

}[/pawn]

Titlu!

gXvsYS
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.