27.08.2010, 10:00
Allo Guys, Well I Have a Payday Script Not exactly Working.. Its all working except, In My
public payday;
Playerid is Not recognised, I bet this is really simple except Search has done nothin for me
please help
code
public paycheck()
{
SendClientMessageToAll(0xFFFF00AA, "---------------------------------------");
SendClientMessageToAll(0xFFFF00AA, "San Andreas Bank.");
SendClientMessageToAll(0xFFFF00AA, "Las Venturas Citezen Paycheck of 250$");
SendClientMessageToAll(0xFFFF00AA, "---------------------------------------");
GivePlayerMoney(playerid, 250);
return 1;
}
public payday;
Playerid is Not recognised, I bet this is really simple except Search has done nothin for me
please help
code
public paycheck()
{
SendClientMessageToAll(0xFFFF00AA, "---------------------------------------");
SendClientMessageToAll(0xFFFF00AA, "San Andreas Bank.");
SendClientMessageToAll(0xFFFF00AA, "Las Venturas Citezen Paycheck of 250$");
SendClientMessageToAll(0xFFFF00AA, "---------------------------------------");
GivePlayerMoney(playerid, 250);
return 1;
}