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

1 answer to this question

Recommended Posts

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.