MoveObject error
#1

Код:
C:\Users\System user\Desktop\San Andreas\samp03e_svr_win32\gamemodes\Roleplay.pwn(538) : warning 202: number of arguments does not match definition
C:\Users\System user\Desktop\San Andreas\samp03e_svr_win32\gamemodes\Roleplay.pwn(538) : warning 202: number of arguments does not match definition
C:\Users\System user\Desktop\San Andreas\samp03e_svr_win32\gamemodes\Roleplay.pwn(538) : warning 202: number of arguments does not match definition
C:\Users\System user\Desktop\San Andreas\samp03e_svr_win32\gamemodes\Roleplay.pwn(543) : warning 202: number of arguments does not match definition
C:\Users\System user\Desktop\San Andreas\samp03e_svr_win32\gamemodes\Roleplay.pwn(543) : warning 202: number of arguments does not match definition
C:\Users\System user\Desktop\San Andreas\samp03e_svr_win32\gamemodes\Roleplay.pwn(543) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


6 Warnings.
The code is

pawn Код:
else if(IsPlayerInRangeOfPoint(playerid, 10, 456.29998779,-1469.59997559,42.29999924))
        {
        if(!SunStatus)
        {
            MoveObject(SunRoof, 456.00000000,-1471.00000000,46.00000000, 3, 0.00000000,358.00000000,310.50000000); // LINE 538
            SunStatus = true;
        }
        else
        {
            MoveObject(SunRoof, 456.29998779,-1469.59997559,42.29999924, 3, 359.93893433,271.74871826,298.50097656); // LINE 543
            SunStatus = false;
        }
Reply


Messages In This Thread
MoveObject error - by Rabbayazza - 25.07.2012, 23:42
Re: MoveObject error - by Devilxz97 - 26.07.2012, 02:56
Re : Re: MoveObject error - by lelemaster - 26.07.2012, 03:52
Re: MoveObject error - by Devilxz97 - 26.07.2012, 03:54

Forum Jump:


Users browsing this thread: 4 Guest(s)