Jump to content
  • 0

problema pickup


GiGiMuScHi

Question

Am creat un pickup si la copilare da un warning.

C:\Documents and Settings\Administrator\Desktop\filehost_samp03\samp03\pawno\pick.pwn(22) : warning 217: loose indentation

Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

1 Warning.

uitati liniile la pickup:

#include <a_samp>

new taxi;

public OnGameModeInit()

{

taxi = CreatePickup(1239, 23,1813.8134,-1889.7490,13.4141);

return 1;

}

public OnPlayerPickUpPickup(playerid, pickupid)

{

  if (pickupid == taxi)

  {

GameTextForPlayer(playerid, "/tax", 5000, 3);

    }

return 1;

}

uitati si coordonatele:

AddPlayerClass(0,1813.8134,-1889.7490,13.4141,91.2719,0,0,0,0,0,0); //

Respecta Si Vei Fi Respectat !!!

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

public OnGameModeInit()
{
   taxi = CreatePickup(1239, 1813.8134,-1889.7490,13.4141);
   return 1;
}

pui inlocu la cealanta

daca am inteles eu bine , u vroiai sa schimbam X Y Z cu celelante ?

nu ai inteles bine , el vrea sa rezolve Warning-ul ala

posteaza linia 22

communitylogosml.png

94.23.120.101:7778

Link to comment
Share on other sites

Gata a mers.Dar mai am o problema as vrea sa schimb culoarea la scris si nu stiu cum adica nu stiu care este culoarea.

Si am mai dori in ceva cum fac sa arate ce am scris in pickup-ul ala cand sant in masina.Stau in masina si nu arata nimica :|

Respecta Si Vei Fi Respectat !!!

Link to comment
Share on other sites

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.