[XSS]Skull Posted January 8, 2013 Report Share Posted January 8, 2013 Salut am o problema cu pickup , am creat asa:new pickup1;pickup1 = CreatePickup(1239,2,2476.5830,-1663.3448,13.3322,-1);public OnPlayerPickUpPickup(playerid,pickupid){if(pickupid == pickup1) { SetPlayerPos(playerid,2470.8506,-1642.0532,18.1865); SetPlayerHealth(playerid,0.0); } }DAR nu imi apare acel cerc mare rosu in pozitia care am pus,! Link to comment Share on other sites More sharing options...
Gireada Posted January 8, 2013 Report Share Posted January 8, 2013 if(pickupid == pickup1) { SetPlayerPos(playerid,2470.8506,-1642.0532,18.1865); SetPlayerHealth(playerid,0.0); } return 1;} Link to comment Share on other sites More sharing options...
[XSS]Skull Posted January 9, 2013 Author Report Share Posted January 9, 2013 if(pickupid == pickup1) { SetPlayerPos(playerid,2470.8506,-1642.0532,18.1865); SetPlayerHealth(playerid,0.0); } return 1;}Tot nu apare :shocked: Link to comment Share on other sites More sharing options...
[XSR]NexT Posted January 9, 2013 Report Share Posted January 9, 2013 Ce cerc? tu te referi la checkpoint? sau la obiectul care l-af facutLa OnGameModeInit[pawn]pickup1 = AddStaticPickup(1239,2,2476.5830,-1663.3448,13.3322,-1);[/pawn] Link to comment Share on other sites More sharing options...
[XSS]Skull Posted January 9, 2013 Author Report Share Posted January 9, 2013 NexT." post="128837" timestamp="1357733845"]Ce cerc? tu te referi la checkpoint? sau la obiectul care l-af facutLa OnGameModeInit[pawn]pickup1 = AddStaticPickup(1239,2,2476.5830,-1663.3448,13.3322,-1);[/pawn] Link to comment Share on other sites More sharing options...
[XSR]NexT Posted January 9, 2013 Report Share Posted January 9, 2013 Asta nu e pickup , e checkpoint. Link to comment Share on other sites More sharing options...
[XSS]Skull Posted January 9, 2013 Author Report Share Posted January 9, 2013 NexT." post="128859" timestamp="1357740707"]Asta nu e pickup , e checkpoint.Ups greseala meaNu este vreun tutorial cum sa creezi checkpoint?^^ Link to comment Share on other sites More sharing options...
Question
[XSS]Skull
Salut am o problema cu pickup , am creat asa:
new pickup1;
pickup1 = CreatePickup(1239,2,2476.5830,-1663.3448,13.3322,-1);
public OnPlayerPickUpPickup(playerid,pickupid)
{
if(pickupid == pickup1)
{
SetPlayerPos(playerid,2470.8506,-1642.0532,18.1865);
SetPlayerHealth(playerid,0.0);
}
}
DAR nu imi apare acel cerc mare rosu in pozitia care am pus,!
Link to comment
Share on other sites
6 answers to this question
Recommended Posts