[Ajuda] qual o tipo de pickup - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: Non-English (
https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (
https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (
https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] qual o tipo de pickup (
/showthread.php?tid=494666)
qual o tipo de pickup -
eNtinityGaming - 14.02.2014
qual o tipo de pickup q tipo ao chegar nela ela some e sу aparece muito tempo dps...
procurei aki e n achei
https://sampwiki.blast.hk/wiki/PickupTypes
Re: qual o tipo de pickup -
DannielCooper - 14.02.2014
pawn Код:
new pickup;
public OnGameModeInit(){
pickup = CreatePickup(ID, X, Y, Z, 9.0);
return 1;
}
public OnPlayerPickUpPickup(playerid, pickupid){
if(pickupid == pickup){
DestroyPickup(pickup);
}
return 1;
}
Re: qual o tipo de pickup -
Dolby - 14.02.2014
DannielCooper vocк se esqueceu do parвmetro
Type e
Virtual World, e aquele ъltimo parвmetro nгo existe.
Podes usar o
type 3:
Pickupable, respawns after some time.
Re: qual o tipo de pickup -
DannielCooper - 14.02.2014
#Edit
Li que a funзгo nгo existe, mas й parвmetro e-e