09.05.2011, 21:26
Is it possible to allow someone to do an command regarding to his [pHousekey] ?
I Tryd to make this, Any chance anyone can fix it??:
If i was completely wrong... Than can someone make an small Pawno Code for me with an command "/apown"
Which Replys to your screen with the text: You have just got Powned
I Tryd to make this, Any chance anyone can fix it??:
Код:
}
if(strcmp(cmd, "/apown", true) == 0)
{
if (PlayerInfo[playerid][pHousekey]< = 310537)
{
SendClientMessage(playerid,COLOR_WHITE," You do not meet the Requirements for using this command !.");
return 1;
}
if (PlayerInfo[playerid][pHousekey] = 310538)
{
SendClientMessage {playerid, COLOR_RED," You have just Got Powned ");
return 1;
}
Which Replys to your screen with the text: You have just got Powned


