19.04.2009, 08:09
Does anyone know where I can get a paycheck system, so when payday comes, it tells you to goto the LS City Bank to pick up your check, and when you get there, you walk through a marker and recive your payday?
Originally Posted by MenaceX^
What script do you use?
|
Originally Posted by MenaceX^
Create a new pickup varieble, OnPlayerPickupickup - When the player stands on the pickup, give him a payday.
|
} public OnPlayerPickUpPickup(playerid, pickupid) { if (PlayerToPoint(3, playerid,2315.9199,-12.0549,26.7422)) { PayDay(); } return 1; }