23.10.2011, 15:11
pawn Код:
if(strcmp(cmd,"/acceptdeath",true)==0)
{
if(OfferedDeath[playerid] == 1)
{
SendClientMessage(playerid,-1,"You Are Now At The Hospital. Please Wait For Further Assistance ...");
// hospital stuff
// hospital stuff etc ...
return 1;
}
}