3 errors
#1

C:\Users\Joe\Desktop\samp\gamemodes\CJ-SumoRoam.pwn(247) : warning 217: loose indentation
C:\Users\Joe\Desktop\samp\gamemodes\CJ-SumoRoam.pwn(247) : error 029: invalid expression, assumed zero
C:\Users\Joe\Desktop\samp\gamemodes\CJ-SumoRoam.pwn(247) : error 004: function "pirateship" is not implemented
C:\Users\Joe\Desktop\samp\gamemodes\CJ-SumoRoam.pwn(24 : error 001: expected token: ";", but found "return"
C:\Users\Joe\Desktop\samp\gamemodes\CJ-SumoRoam.pwn(24 : warning 217: loose indentation
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


3 Errors.
------------------Lines------------------------------------------------------


239|public OnPlayerEnterCheckpoint(playerid)
240|{
241| for(new i=GetMaxPlayers()-1; i >=0; i--)
242| {
243| if(IsPlayerInRangeOfPoint(i,110.9, 2000.6461,1543.8600,13.5859))
244| GivePlayerMoney(i,250);
245| SendClientMessage(i,0xFFFFFFFF,"You have Seized Control of the Pirate Ship!");
246| }
247| public pirateship()
248| return 1;
249|}
Reply
#2

it would be just pirateship();
Reply
#3

that makes more errors apparently it goes anywhere outside other callbacks but that don't mean anything to me
Reply
#4

RESOLVED
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)