Vortex RP 1 - Problem
#1

Hi. I started scripting over it and I decided to make this.

I scripted this:
Код:
command(world_NonRP, playerid, params[])
{
    {
       SetPlayerVirtualWorld(playerid, playerid+2);
       SendClientMessage(playerid, WHITE, "You have been moved to the Non-RP world!");
       SendClientMessage(playerid, ADMINORANGE, "If you was just in the middle of RP, you're fucked!");
    }
	return 1;
}

command(world_RP, playerid, params[])
{
    {
       SetPlayerVirtualWorld(playerid, playerid+0);
       SendClientMessage(playerid, WHITE, "You have been moved to the RP world!");
    }
    return 1;
}
And I for some reason got an error on line 95.
Код:
main()
{
}
Код:
E:\Users\Ollie\Documents\GTABACKUP\GTA Mods\#LSL\Run\gamemodes\LosSantosLifeRoleplay.pwn(95) : error 001: expected token: ";", but found "-identifier-"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase
Halp?
Reply


Messages In This Thread
Vortex RP 1 - Problem - by slimshady - 28.11.2011, 20:45
Re: Vortex RP 1 - Problem - by SchurmanCQC - 28.11.2011, 20:53
Re: Vortex RP 1 - Problem - by slimshady - 28.11.2011, 21:00
Re: Vortex RP 1 - Problem - by VD1337 - 28.11.2011, 21:22
Re: Vortex RP 1 - Problem - by NessaHD - 28.11.2011, 21:30
Re: Vortex RP 1 - Problem - by VD1337 - 28.11.2011, 21:39
Respuesta: Vortex RP 1 - Problem - by kirk - 28.11.2011, 21:59
Re: Respuesta: Vortex RP 1 - Problem - by slimshady - 29.11.2011, 16:14
Re: Vortex RP 1 - Problem - by slimshady - 29.11.2011, 16:52
Re: Vortex RP 1 - Problem - by Dark734 - 29.11.2011, 16:57

Forum Jump:


Users browsing this thread: 1 Guest(s)