Help With Simple Deathmatch Script
#3

You are missing a bracket.

Quote:

public OnPlayerCommandText(playerid, cmdtext[])
{
if (strcmp("/lsdm", cmdtext, true, 10) == 0)
{
if(IsPlayerAdmin(playerid))
{
SetPlayerPos(playerid,2037.0355,-69.0078,.4494);
SendClientMessage(playerid,0x00FF00FF,"You have been teleported");
}
return 1;
}
return 0;
}

Reply


Messages In This Thread
Help With Simple Deathmatch Script - by [BD]SHANU[NR] - 30.09.2011, 17:34
Re: Help With Simple Deathmatch Script - by nilanjay - 30.09.2011, 17:42
Re: Help With Simple Deathmatch Script - by CJ101 - 30.09.2011, 17:43
AW: Help With Simple Deathmatch Script - by Nero_3D - 30.09.2011, 17:44
Re: Help With Simple Deathmatch Script - by Kingunit - 30.09.2011, 17:44
Re: Help With Simple Deathmatch Script - by [BD]SHANU[NR] - 30.09.2011, 17:51
Re: Help With Simple Deathmatch Script - by nilanjay - 30.09.2011, 17:52
Re: Help With Simple Deathmatch Script - by [BD]SHANU[NR] - 30.09.2011, 18:04
Re: Help With Simple Deathmatch Script - by Zonoya - 30.09.2011, 18:15
Re: Help With Simple Deathmatch Script - by Zonoya - 30.09.2011, 18:18
Re: Help With Simple Deathmatch Script - by Kingunit - 30.09.2011, 18:20
Re: Help With Simple Deathmatch Script - by [BD]SHANU[NR] - 30.09.2011, 18:22
Re: Help With Simple Deathmatch Script - by Zonoya - 30.09.2011, 18:22
Re: Help With Simple Deathmatch Script - by Zonoya - 30.09.2011, 18:25
Re: Help With Simple Deathmatch Script - by Kingunit - 30.09.2011, 18:28
Re: Help With Simple Deathmatch Script - by Zonoya - 30.09.2011, 18:29
Re: Help With Simple Deathmatch Script - by Kingunit - 30.09.2011, 18:30
Re: Help With Simple Deathmatch Script - by Zonoya - 30.09.2011, 18:34
Re: Help With Simple Deathmatch Script - by [BD]SHANU[NR] - 30.09.2011, 18:41
Re: Help With Simple Deathmatch Script - by [BD]SHANU[NR] - 30.09.2011, 19:17
Re: Help With Simple Deathmatch Script - by Zonoya - 30.09.2011, 19:24
Re: Help With Simple Deathmatch Script - by [BD]SHANU[NR] - 30.09.2011, 19:35
Re: Help With Simple Deathmatch Script - by Zonoya - 30.09.2011, 19:58
Re: Help With Simple Deathmatch Script - by [BD]SHANU[NR] - 30.09.2011, 20:17
Re: Help With Simple Deathmatch Script - by Zonoya - 30.09.2011, 20:21

Forum Jump:


Users browsing this thread: 1 Guest(s)