x_x....unable to load FS
#1

pawn Код:
#include <a_samp>

#pragma tabsize 0

#define COLOR_MYCOLOR 0xF6F600AA

#define COLOR_DBLUE 0x2641FEAA

#define COLOR_RED 0x1BBB91AA

#define COLOR_GREY 0xAFAFAFAA

#define COLOR_LIGHTBLUE 0x33CCFFAA

#include <Streamer>



new TutP;
public OnGameModeInit()
{
TutP = CreateDynamicPickup(1247, 23, 3492.2024,-887.9794,44.5579, 3);//
return 1;}

forward Tut1(playerid);
public Tut1(playerid)
{
SetCameraBehindPlayer(playerid);
  SendClientMessage(playerid, COLOR_DBLUE, "...");
return 1;
}


public OnPlayerPickUpPickup(playerid, pickupid)
{
if (pickupid == TutP)
{
 SetPlayerCameraLookAt(playerid,3492.2024,-887.9794,44.5579);
   SetPlayerCameraPos(playerid,3488.6433,-890.0203,47.1753);
  SendClientMessage(playerid, COLOR_DBLUE, "...!");
SetTimer("Tut1", 5000, 0);
    }
  }
no errors....just wont load...any suggestions?

EDIT: btw...making a tut when u pickup a marker..
Reply


Messages In This Thread
x_x....unable to load FS - by Anthony_Brassi - 20.12.2009, 20:23
Re: x_x....unable to load FS - by Marcel - 20.12.2009, 21:16
Re: x_x....unable to load FS - by Anthony_Brassi - 20.12.2009, 21:58
Re: x_x....unable to load FS - by Marcel - 20.12.2009, 22:02
Re: x_x....unable to load FS - by Anthony_Brassi - 20.12.2009, 22:03

Forum Jump:


Users browsing this thread: 1 Guest(s)