#1

Hi , i edited a game mode , i deleted some things , etc. and when i want to compile i have this error :
Код:
D:\GM-uri\DCS RPG v1.0b\gamemodes\MSGZ2.pwn(11482) : warning 202: number of arguments does not match definition
D:\GM-uri\DCS RPG v1.0b\gamemodes\MSGZ2.pwn(18387) : warning 213: tag mismatch
D:\GM-uri\DCS RPG v1.0b\gamemodes\MSGZ2.pwn(18388) : warning 213: tag mismatch
D:\GM-uri\DCS RPG v1.0b\gamemodes\MSGZ2.pwn(24918) : warning 213: tag mismatch
Pawn compiler 3.2.3664             Copyright © 1997-2006, ITB CompuPhase
Header size:              11932 bytes
Code size:                3065696 bytes
Data size:                6968200 bytes
Stack/heap size:          16384 bytes; estimated max. usage=7281 cells (29124 bytes)
Total requirements:10062212 bytes
4 Warnings.
And the Lines:
Код:
 SetPlayerPos(playerid,161.3619,-1765.8929,6.7969,187.4351);
        Create3DTextLabel(""color_white"Urca \nApasa "color_green"enter \n"color_white"Doar pentru membri", COLOR_WHITE ,161.3619,-1765.8929,6.7969,187.4351, 10.0,0);
        Create3DTextLabel(""color_white"Coboara \nApasa "color_green"enter \n"color_white"Doar pentru membri", COLOR_WHITE ,168.9341,-1759.2096,14.7578,156.1014, 10.0,0);
AddStaticPickup(1318,23,893.3822,-1636.1038,14.9297,151.2331);//Intra Spawn Civili
Sorry , my bad english.
Reply
#2

SetPlayerPos doesn't take five arguments but only 4.
Reply
#3

I resolved the problem. Thanks.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)