can someone tell me how to fix this ?
#1

The script:

Код:
#define FILTERSCRIPT
#include <a_samp>

new test[MAX_PLAYERS];
new test0[MAX_PLAYERS];
new test1[MAX_PLAYERS];
new test2[MAX_PLAYERS];
new test3[MAX_PLAYERS];


public OnPlayerConnect(playerid)
{
        test[playerid]  = CreatePlayerObject(19379, -243.85907, 1214.69922, 25.45706,   0.00000, 90.00000, 0.00000);
	SetPlayerObjectMaterial(playerid, test[playerid], 0, 16067, "des_stownmots1", "shingles2", 0);
	
	test0[playerid] = CreatePlayerObject(19379, -235.81860, 1214.71399, 25.45706,   0.00000, 90.00000, 0.00000);
	SetPlayerObjectMaterial(playerid, test0[playerid], 0, 16067, "des_stownmots1", "shingles2", 0);
	
	test1[playerid] = CreatePlayerObject(19379, -235.92130, 1218.07275, 25.45706,   0.00000, 90.00000, 0.00000);
	SetPlayerObjectMaterial(playerid, test1[playerid], 0, 16067, "des_stownmots1", "shingles2", 0);
	
	test2[playerid] = CreatePlayerObject(19379, -246.33076, 1218.07532, 25.45706,   0.00000, 90.00000, 0.00000);
	SetPlayerObjectMaterial(playerid, test2[playerid], 0, 16067, "des_stownmots1", "shingles2", 0);
	
	test3[playerid] = CreatePlayerObject(19379, -254.34807, 1218.04810, 25.45706,   0.00000, 90.00000, 0.00000);
	SetPlayerObjectMaterial(playerid, test3[playerid], 0, 16067, "des_stownmots1", "shingles2", 0);
	
	
	return 1;
}
The errors:

Код:
C:\Users\Atti\Desktop\test.pwn(13) : warning 213: tag mismatch
C:\Users\Atti\Desktop\test.pwn(13) : warning 202: number of arguments does not match definition
C:\Users\Atti\Desktop\test.pwn(16) : warning 213: tag mismatch
C:\Users\Atti\Desktop\test.pwn(16) : warning 202: number of arguments does not match definition
C:\Users\Atti\Desktop\test.pwn(19) : warning 213: tag mismatch
C:\Users\Atti\Desktop\test.pwn(19) : warning 202: number of arguments does not match definition
C:\Users\Atti\Desktop\test.pwn(22) : warning 213: tag mismatch
C:\Users\Atti\Desktop\test.pwn(22) : warning 202: number of arguments does not match definition
C:\Users\Atti\Desktop\test.pwn(25) : warning 213: tag mismatch
C:\Users\Atti\Desktop\test.pwn(25) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


10 Warnings.
Thanks!
Reply


Messages In This Thread
can someone tell me how to fix this ? - by Jhony_Blaze - 08.03.2014, 18:42
AW: can someone tell me how to fix this ? - by Nero_3D - 08.03.2014, 18:49
Re: AW: can someone tell me how to fix this ? - by Jhony_Blaze - 08.03.2014, 18:53
Re: can someone tell me how to fix this ? - by DanRellex - 08.03.2014, 18:56
Re: can someone tell me how to fix this ? - by Jhony_Blaze - 08.03.2014, 18:59

Forum Jump:


Users browsing this thread: 1 Guest(s)