Pickup SPAM
#1

Hello,

Before I start I want to apologize for my English.

So I have a little problem with pickup if I go on my pickup it starts spamming sent client message it looks like this :



Here is my code :

Pickups :

Код:
FBIInsidePickup = CreatePickup(1239,1,246.3956,87.5255,1003.6406,0);
FBIRoofPickup = CreatePickup(1239,1,-1750.0658,980.9041,95.8510,0);
FBIGaragePickup = CreatePickup(1239,1,-1716.3550,1018.1495,17.5859,0);
Код:
public OnPlayerPickUpPickup(playerid, pickupid)
{
	if(pickupid == FBIInsidePickup || pickupid == FBIRoofPickup || pickupid == FBIGaragePickup)
	{
	SendClientMessage(playerid,COLOR_DODGERBLUE,"Pour utiliser l'ascenseur du FBI tapez /monter et /descendre.");
    return 1;
	}

 return 1;
}
Please Help me !
Reply


Messages In This Thread
Pickup SPAM - by Albania - 17.03.2013, 15:17
Re: Pickup SPAM - by kamzaf - 17.03.2013, 15:20
Re: Pickup SPAM - by Albania - 17.03.2013, 15:22
Re: Pickup SPAM - by Jstylezzz - 17.03.2013, 15:27
Re: Pickup SPAM - by Albania - 17.03.2013, 15:34
Re: Pickup SPAM - by Albania - 17.03.2013, 16:01
Re: Pickup SPAM - by Jstylezzz - 17.03.2013, 16:03
Re: Pickup SPAM - by Albania - 17.03.2013, 19:36
Re: Pickup SPAM - by stabker - 17.03.2013, 20:29

Forum Jump:


Users browsing this thread: 1 Guest(s)