Help guys!
#1

Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
	if (strcmp("/sf", cmdtext, true, 10) == 0)
	{
		SetPlayerPos(playerid, -1990.0769,138.1512,27.5391);
		SetPlayerInterior(playerid, 0);
		
	if (strcmp("/spawn", cmdtext, true, 10) == 0)
	{
	    SetPlayerPos(playerid, 1481.3373,-1740.7203,13.5469);
	    SetPlayerInterior(playerid, 0);
		return 1;
	}
	return 0;
}
C:\Documents and Settings\Sanaв\Bureau\samp03csvr_win32\gamemodes\l sgw.pwn(142) : error 030: compound statement not closed at the end of file (started at line 129)


And i want know how to do a teleport with Vehicle ?
Reply


Messages In This Thread
Help guys! - by New Ilyass - 23.01.2011, 11:55
Re: Help guys! - by Not available - 23.01.2011, 11:58
Re: Help guys! - by thimo - 23.01.2011, 11:59
Re: Help guys! - by New Ilyass - 23.01.2011, 12:01

Forum Jump:


Users browsing this thread: 1 Guest(s)