Spawn at hospital when dead
#11

Quote:
Originally Posted by ee100
Quote:
Originally Posted by Don Correlli
Then you should start here maybe - http://forum.sa-mp.com/index.php?topic=2750.0
Thanks a lot man, now I gotta start all on new with my script.. everything got fucked up now, because u sent me that shit.. -.-
Код:
public OnPlayerDeath(playerid, killerid, reason)
{
	SendClientMessage(playerid,0xFFCC00,"You died,The hospital takes 100 dollars from you for the health threatment");
	SendClientMessage(playerid,0xFFCC00,"They also take another 50 dollars because of the ride back to four dragons");
	GivePlayerMoney(playerid,-150);
  return
}

public OnVehicleSpawn(vehicleid)
{
	return 1;
}

public OnVehicleDeath(vehicleid, killerid)
{
	return 1;
}

public OnPlayerText(playerid, text[])
{
	return 1;
}

public OnPlayerCommandText(playerid, cmdtext[])
{
What is wrong here? I got many errors.
Reply


Messages In This Thread
Spawn at hospital when dead - by Dolph - 27.02.2010, 19:05
Re: Spawn at hospital when dead - by Correlli - 27.02.2010, 19:05
Re: Spawn at hospital when dead - by Dolph - 27.02.2010, 19:21
Re: Spawn at hospital when dead - by Correlli - 27.02.2010, 19:24
Re: Spawn at hospital when dead - by Dolph - 27.02.2010, 19:42
Re: Spawn at hospital when dead - by Correlli - 27.02.2010, 19:53
Re: Spawn at hospital when dead - by Dolph - 27.02.2010, 20:26
Re: Spawn at hospital when dead - by Correlli - 27.02.2010, 20:27
Re: Spawn at hospital when dead - by Dolph - 27.02.2010, 20:34
Re: Spawn at hospital when dead - by Correlli - 27.02.2010, 20:36
Re: Spawn at hospital when dead - by Dolph - 27.02.2010, 20:37
Re: Spawn at hospital when dead - by Correlli - 27.02.2010, 20:38
Re: Spawn at hospital when dead - by Dolph - 27.02.2010, 20:38
Re: Spawn at hospital when dead - by Dolph - 27.02.2010, 21:23
Re: Spawn at hospital when dead - by Miguel - 27.02.2010, 21:38
Re: Spawn at hospital when dead - by `Robo - 27.02.2010, 21:47
Re: Spawn at hospital when dead - by Correlli - 27.02.2010, 21:51
Re: Spawn at hospital when dead - by `Robo - 27.02.2010, 21:54
Re: Spawn at hospital when dead - by Correlli - 27.02.2010, 21:58
Re: Spawn at hospital when dead - by Dolph - 28.02.2010, 09:07
Re: Spawn at hospital when dead - by adsy - 28.02.2010, 10:42

Forum Jump:


Users browsing this thread: 3 Guest(s)