HELP: Spawn lvdm
#1

Hello to all guys, I had a problem with the gameplay LVDM ..
I would like to change the initial spawn, but I can not!

I do not know if it 'the right code!

http://pastebin.com/AzgHPF6S

I'm Italian! Excuse my writing
Reply
#2

you just want to put 1 Spawn, or Random Spawns?
Reply
#3

Just one!
Coordinates 430,2504,17
Reply
#4

Gimme your OnPlayerSpawn public
Reply
#5

public OnPlayerSpawn(playerid)
{
SetPlayerPos(playerid,430,2504,17);
GivePlayerMoney(playerid, PocketMoney);
SetPlayerInterior(playerid,0);
SetPlayerRandomSpawn(playerid);
TogglePlayerClock(playerid,1);
GivePlayerWeapon(playerid, 16, ;
GivePlayerWeapon(playerid, 22, 400);
GivePlayerWeapon(playerid, 30, 5647);
GivePlayerWeapon(playerid, 28, 1224);
return 1;
}
Reply
#6

Delete

SetPlayerRandomSpawn(playerid);
Reply
#7

Thank you very much! It works
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)