[FIXED]help wtf!!!!
#1

ok heres my problem when i die in my server or someone dies we crash crash like takes u to a destop and says something-.-
Reply
#2

It may be your script or the water problem. If you die in water, you often crash.
Reply
#3

Show your code at OnPlayerDeath callback, there's probably something wrong which causes you to crash.
Reply
#4

do you crash all the time, or sometimes. Also Check the following callbacks:
pawn Код:
public OnPlayerSpawn(playerid)
public OnPayerDeath(playerid)
Reply
#5

I know this Problem

You must put "RespawnPlayer" or so ( I don't know the right form ) under "OnPlayerDeath)
Reply
#6

crashes all the time

Код:
public OnPlayerDeath(playerid, killerid, reason)
{
	return 1;
}
i got noting in player death
Reply
#7

Hm.. Do you and your friends have mods installed for the GTA: San Andreas?
Reply
#8

try it like this:

Код:
public OnPlayerDeath(playerid, killerid, reason)
{
  SetPlayerToRespawn(playerid);
  return 1;
}
Reply
#9

Код:
C:\Users\emergency account\Desktop\new server\gamemodes\tokyo3.pwn(614) : error 017: undefined symbol "SetPlayerToRespawn"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.
and no they dont have mods installed
Reply
#10

Quote:
Originally Posted by Lion2
try it like this:

Код:
public OnPlayerDeath(playerid, killerid, reason)
{
  SetPlayerToRespawn(playerid);
  return 1;
}
That function doesn't exist in SA-MP unless you create it.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)