Need help with pickup
#1

I Want to make a pickup at this location 1730.2294,-2335.4983,13.5469,178.4271
and when you are soon to the pickup you can /help and i want to write a text there
how can i do it?
Reply
#2

Код:
AddStaticPickup(1239, 2, 1730.2294,-2335.4983,13.5469,178.4271);
this pickup is an I icon but you can change it (https://sampwiki.blast.hk/wiki/AddStaticPickup)

Код:
if(PlayerToPoint(2.0,playerid,1730.2294,-2335.4983,13.5469,178.4271))
{
//your stuff goes here
return 1;
}
Код:
if (strcmp("/help", cmdtext, true) == 0 && PlayerToPoint(2.0,playerid,1730.2294,-2335.4983,13.5469,178.4271) )
{
//command
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)