28.11.2011, 20:45
Hi. I started scripting over it and I decided to make this.
I scripted this:
And I for some reason got an error on line 95.
Halp?
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; }
Код:
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