Few Minor Questions
#1





Im confused by what this means, as far as I can see, this should work. Ive also tried this without adding OnPlayerConnect and OnPlayerDeath...
Reply
#2

Its saying:
You have already defined GivePlayerMoney and SendClientMessage, you have already told it what to do.
Also, its saying that the arguments (EXAMPLE,EXAMPLE2) do not match what you defined them to do.
The arguments for OnPlayerDeath are invalid.
Reply
#3

Okay... but if I erase GivePlayerMoney, and SendClientMessage, it's not going to know what to do...
Reply
#4

pawn Code:
public OnPlayerConnect(playerid)
{
    GivePlayerMoney(playerid, 99999);
    return 1;
}
pawn Code:
public OnPlayerDeath(playerid, killerid, reason)
{
    SendClientMessage(playerid, 0xFFFF00AA, "You died bitch!");
    SendClientMessage(playerid, 0xFFFF00AA, "You've been transported to the nearest hospital!");
    return 1;
}
Reply
#5

Thank you, a lot.
Reply
#6

Quote:
Originally Posted by Blessed
View Post
Thank you, a lot.
No problem, it's easy to make those kind of mistakes
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)