24.10.2015, 11:23
Good morning / Good evening
So now I have a problem I made an example CreatPickUp = (blah); then I go OnPlayerPickUp I made a function that works on such and so do the one before me here please I need to do what? I not know if I was clear
So now I have a problem I made an example CreatPickUp = (blah); then I go OnPlayerPickUp I made a function that works on such and so do the one before me here please I need to do what? I not know if I was clear
Код HTML:
else if(pickupid == ex1) { SendClientMessage(playerid,0xFF0000FF,"Aller au pickup suivant"); DestroyPickup(ex1); ex2 = CreatePickup(1318, 22, -1868.6196,46.2699,1055.1296); } else if(pickupid == ex2) { SendClientMessage(playerid,0xFF0000FF,"test reussi avec succe IZI"); DestroyPickup(ex2); } return 1; }