Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //Pickup Casa
- //Sotto #include <a_samp>
- new pickupcasa;
- //Sotto OnGameModeInit
- pickupcasa = CreatePickup(1273, 2, -2719.4507, -319.1882, 7.8438, 0);
- //Sotto OnPlayerPickUpPickup
- public OnPlayerPickUpPickup(playerid, pickupid)
- {
- if(1273== pickupcasa)
- {
- SetPlayerPos(playerid, -227.027999,1401.229980,27.765625);
- SetPlayerInterior(playerid, 12);
- }
- return 1;
- }
Advertisement
Add Comment
Please, Sign In to add comment