15.03.2012, 12:44
I need a help here.I wanted to learn more about scripting and now I'm new in scripting I need help at Creating a Simple TDM/DM Script.If you helped me I will Rep+ you.Thanks!

AddPlayerClass(105,2526.2942,-1676.6444,19.9302,87.8721,24,200,0,0,0,0); // Grove Skin105
AddPlayerClass(106,2526.2942,-1676.6444,19.9302,87.8721,24,200,0,0,0,0); // Grove Skin106
AddPlayerClass(107,2526.2942,-1676.6444,19.9302,87.8721,24,200,0,0,0,0); // Grove Skin107
public OnPlayerConnect(playerid)
public OnPlayerCommandText(playerid, cmdtext[])
if (strcmp("/sethp", cmdtext, true, 10) == 0)
if(!IsPlayerAdmin(playerid))
SetPlayerHealth(playerid, 100);
if (strcmp("/help", cmdtext, true, 10) == 0)
if(!IsPlayerAdmin(playerid))
SendClientMessage(playerid, COLOR_RED, "your Commands /heal");