20.03.2010, 18:16
I'm making a roleplay server, and I am wondering, should I use ammunations (prices will be edited to make weapons hard to get), weapons dealers (players), or both?
Originally Posted by iLinx
How do you plan on editing the prices in ammunation? I thought that was impossible :O
|
Originally Posted by † мąүқоҳ™
No, don't use ammunations because than all newbs can go there and buy guns and DM :P
|
Originally Posted by ineoncore
Quote:
public Ifplayerisnoob(playerid) { sendclientmsg ("bye bye noob!") Ban(playerid); return 1; } |
public PlayerIsNoob(playerid)
{
new score;
score = GetPlayerScore(playerid);
if(score == -12121) SendClientMessage(playerid, COLOR_NOOB, "You are too Noob to enter here! Bye bye Noob!"); Ban(playerid);
return 1;
}