Need HELP!
#1

Код:
C:\Documents and Settings\allenloza\My Documents\Downloads\Compressed\samp03dsvr_R2_win32\gamemodes\Gangwar.pwn(405) : warning 217: loose indentation
C:\Documents and Settings\allenloza\My Documents\Downloads\Compressed\samp03dsvr_R2_win32\gamemodes\Gangwar.pwn(435) : warning 217: loose indentation
C:\Documents and Settings\allenloza\My Documents\Downloads\Compressed\samp03dsvr_R2_win32\gamemodes\Gangwar.pwn(441) : warning 217: loose indentation
C:\Documents and Settings\allenloza\My Documents\Downloads\Compressed\samp03dsvr_R2_win32\gamemodes\Gangwar.pwn(447) : warning 217: loose indentation
C:\Documents and Settings\allenloza\My Documents\Downloads\Compressed\samp03dsvr_R2_win32\gamemodes\Gangwar.pwn(455) : warning 217: loose indentation
C:\Documents and Settings\allenloza\My Documents\Downloads\Compressed\samp03dsvr_R2_win32\gamemodes\Gangwar.pwn(578) : warning 217: loose indentation
C:\Documents and Settings\allenloza\My Documents\Downloads\Compressed\samp03dsvr_R2_win32\gamemodes\Gangwar.pwn(583) : warning 202: number of arguments does not match definition
C:\Documents and Settings\allenloza\My Documents\Downloads\Compressed\samp03dsvr_R2_win32\gamemodes\Gangwar.pwn(599) : warning 202: number of arguments does not match definition
C:\Documents and Settings\allenloza\My Documents\Downloads\Compressed\samp03dsvr_R2_win32\gamemodes\Gangwar.pwn(600) : error 001: expected token: ";", but found "return"
C:\Documents and Settings\allenloza\My Documents\Downloads\Compressed\samp03dsvr_R2_win32\gamemodes\Gangwar.pwn(606) : warning 202: number of arguments does not match definition
C:\Documents and Settings\allenloza\My Documents\Downloads\Compressed\samp03dsvr_R2_win32\gamemodes\Gangwar.pwn(607) : error 001: expected token: ";", but found "return"
C:\Documents and Settings\allenloza\My Documents\Downloads\Compressed\samp03dsvr_R2_win32\gamemodes\Gangwar.pwn(613) : warning 202: number of arguments does not match definition
C:\Documents and Settings\allenloza\My Documents\Downloads\Compressed\samp03dsvr_R2_win32\gamemodes\Gangwar.pwn(614) : error 001: expected token: ";", but found "return"
C:\Documents and Settings\allenloza\My Documents\Downloads\Compressed\samp03dsvr_R2_win32\gamemodes\Gangwar.pwn(620) : warning 202: number of arguments does not match definition
C:\Documents and Settings\allenloza\My Documents\Downloads\Compressed\samp03dsvr_R2_win32\gamemodes\Gangwar.pwn(621) : error 001: expected token: ";", but found "return"
C:\Documents and Settings\allenloza\My Documents\Downloads\Compressed\samp03dsvr_R2_win32\gamemodes\Gangwar.pwn(627) : warning 202: number of arguments does not match definition
C:\Documents and Settings\allenloza\My Documents\Downloads\Compressed\samp03dsvr_R2_win32\gamemodes\Gangwar.pwn(628) : error 001: expected token: ";", but found "-identifier-"
C:\Documents and Settings\allenloza\My Documents\Downloads\Compressed\samp03dsvr_R2_win32\gamemodes\Gangwar.pwn(637) : warning 202: number of arguments does not match definition
C:\Documents and Settings\allenloza\My Documents\Downloads\Compressed\samp03dsvr_R2_win32\gamemodes\Gangwar.pwn(643) : warning 202: number of arguments does not match definition
C:\Documents and Settings\allenloza\My Documents\Downloads\Compressed\samp03dsvr_R2_win32\gamemodes\Gangwar.pwn(643) : warning 202: number of arguments does not match definition
C:\Documents and Settings\allenloza\My Documents\Downloads\Compressed\samp03dsvr_R2_win32\gamemodes\Gangwar.pwn(660) : warning 217: loose indentation
C:\Documents and Settings\allenloza\My Documents\Downloads\Compressed\samp03dsvr_R2_win32\gamemodes\Gangwar.pwn(674) : warning 215: expression has no effect
C:\Documents and Settings\allenloza\My Documents\Downloads\Compressed\samp03dsvr_R2_win32\gamemodes\Gangwar.pwn(674) : warning 215: expression has no effect
C:\Documents and Settings\allenloza\My Documents\Downloads\Compressed\samp03dsvr_R2_win32\gamemodes\Gangwar.pwn(674) : warning 215: expression has no effect
C:\Documents and Settings\allenloza\My Documents\Downloads\Compressed\samp03dsvr_R2_win32\gamemodes\Gangwar.pwn(674 -- 675) : warning 215: expression has no effect
C:\Documents and Settings\allenloza\My Documents\Downloads\Compressed\samp03dsvr_R2_win32\gamemodes\Gangwar.pwn(675) : error 001: expected token: ";", but found "-identifier-"
C:\Documents and Settings\allenloza\My Documents\Downloads\Compressed\samp03dsvr_R2_win32\gamemodes\Gangwar.pwn(694) : warning 217: loose indentation
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


6 Errors.
Here are the lines

Код:
CMD:tphelp(playerid,params[])
{
SendClientMessage(playerid, 0x58AB54FF, "(INFO)Welcome To Impossible Stunt Zone.!");
SendClientMessage(playerid, 0x58AB54FF, "(INFO)Stunt Zones:/lsair /sfair /lvair /mountchilliad /minigun");
return 1;
}

CMD:lsair(playerid,params[])
{
SendClientMessage(playerid, 0x58AB54FF, "(INFO)You have been teleported to Los Santos Airport!");
SetPlayerPos(playerid, 1987.7432,-2533.8328,13.5469,182.8971)
return 1;
}

CMD:sfair(playerid,params[])
{
SendClientMessage(playerid, 0x58AB54FF, "(INFO)You have been teleported to San Fierro Airport!");
SetPlayerPos(playerid, -2333.7991,-1640.4633,483.7031,278.6575)
return 1;
}

CMD:lvair(playerid,params[])
{
SendClientMessage(playerid, 0x58AB54FF, "(INFO)You have been teleported to Las Venturas Airport!");
SetPlayerPos(playerid, 1609.5449,1646.5601,10.8203,175.3519)
return 1;
}

CMD:mountchilliad(playerid,params[])
{
SendClientMessage(playerid, 0x58AB54FF, "(INFO)You have been teleported to San Fierro Airport!");
SetPlayerPos(playerid, 1609.5449,1646.5601,10.8203,175.3519)
return 1;
}

CMD:minigundm(playerid,params[])
{
SendClientMessage(playerid, 0x58AB54FF, "(INFO)You have been teleported to Minigun DM!!");
SetPlayerPos(playerid, 1420.3586,3.9109,1002.3906,97.0021)
GivePlayerWeapon(playerid, 38, 999999);
return 1;
}
Need help here!IDk what is it but I paste the code..
Reply


Messages In This Thread
Need HELP! - by Derek_Westbrook - 08.04.2012, 14:19
Re: Need HELP! - by Manuel_P - 08.04.2012, 14:21
Re: Need HELP! - by [DOG]irinel1996 - 08.04.2012, 14:22
Re: Need HELP! - by Kindred - 08.04.2012, 14:22
Re: Need HELP! - by Cjgogo - 08.04.2012, 14:22
Re: Need HELP! - by wolfcock - 08.04.2012, 14:23
Re: Need HELP! - by Derek_Westbrook - 08.04.2012, 14:24
Re: Need HELP! - by emokidx - 08.04.2012, 14:25

Forum Jump:


Users browsing this thread: 1 Guest(s)