Posts: 342
Threads: 24
Joined: Feb 2013
Quote:
Originally Posted by Private200
pawn Код:
public OnPlayerSpawn(playerid) { string[128], name[MAX_PLAYER_NAME] GetPlayerName(playerid, name, sizeof(name);
SendClientMessage(playerid, 0xFFFF00FF, "Welcome to the server."); format(string, 2000, "%s has spawned", name); SendClientMessageToAll(0xAFAFAFAA, string); SetPlayerHealth(playerid, 100); SetPlayerArmour(playerid, 100); GivePlayerWeapon(playerid, 32, 50000); return 1; }
Just a fast one I made over here. These are not "Many Functions", but easy things you can do in 5 minutes. Try to spend more time on your scripts pal, but, if this is your first one, good job then.
PS: The codes I gave below are only "OnPlayerSpawn" part.. But, anyway, next time try to do something harder or better to be done.
|
Ohh these is a new Filter Scripted Version of Giroud i think we have to Say Thanks?