- 0
eroare compile
-
Similar Content
-
- 1 reply
- 112 views
-
Eroare idk
By Ronni,
- 1 reply
- 191 views
-
- 3 replies
- 166 views
-
- 0 replies
- 54 views
-
- 6 answers
- 468 views
-
-
Recently Browsing 0 members
- No registered users viewing this page.
By Ronni,
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.
Question
yonutzz
salut imi da erorile urmatoare cand compilez:
C:\Users\Extasy\Desktop\gamemodes\impact.pwn(12144) : warning 213: tag mismatch
C:\Users\Extasy\Desktop\gamemodes\impact.pwn(20031) : error 017: undefined symbol "newkeys"
C:\Users\Extasy\Desktop\gamemodes\impact.pwn(20047) : error 017: undefined symbol "newkeys"
C:\Users\Extasy\Desktop\gamemodes\impact.pwn(20062) : error 017: undefined symbol "newkeys"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
3 Errors.
de la aceasta functie
//======================================================================================================================
// ===== News Reporter HQ
//======================================================================================================================
if (newkeys==KEY_SECONDARY_ATTACK)
{
if(PlayerInfo[playerid][pMember] == 9 || PlayerInfo[playerid][pLeader] == 9)
{
if(IsPlayerConnected(playerid))
{
if(PlayerToPoint(3, playerid,648.6590,-1353.9010,13.5466))
{
SetPlayerPos(playerid,331.5915,184.4221,1014.1875);
SetPlayerInterior(playerid,3);
SendClientMessage(playerid,COLOR_WHITE,": Bine ai venit in News Reporter HQ.");
return 1;
}
}
}
}
if (newkeys==KEY_SECONDARY_ATTACK)
{
if(PlayerInfo[playerid][pMember] == 9 || PlayerInfo[playerid][pLeader] == 9)
{
if(IsPlayerConnected(playerid))
{
if(PlayerToPoint(3, playerid,331.5915,184.4221,1014.1875))
{
SetPlayerPos(playerid,648.6590,-1353.9010,13.5466);
SetPlayerInterior(playerid,0);
return 1;
}
}
}
}
if (newkeys==KEY_SECONDARY_ATTACK)
{
if(PlayerInfo[playerid][pMember] == 9 || PlayerInfo[playerid][pLeader] == 9)
{
if(IsPlayerConnected(playerid))
{
if(PlayerToPoint(3, playerid,733.36, -1358.57, 23.58))
{
SetPlayerPos(playerid,322.92, 193.14, 1014.19);
SetPlayerInterior(playerid,3);
return 1;
}
}
}
}
if(strcmp(cmdtext, "/enter", true) == 0)
{
{
if PlayerToPoint(5,playerid,329.0044,-1513.0156,36.0391)
*then
{
SetPlayerPos(playerid,833.269775,10.588416,1004.179687);
SetPlayerInterior(playerid,3);
SendClientMessage(playerid,COLOR_BLUE,"*Scoala de soferi LS ! *");//school
return 1;
}
}
}
if(strcmp(cmdtext, "/exit", true) == 0)
{
{
if PlayerToPoint(5,playerid,834.0529,7.4623,1004.1797)
*then
{
SetPlayerPos(playerid,333.2087,-1518.0200,35.8672);
SetPlayerInterior(playerid,0);
SendClientMessage(playerid,COLOR_1GREEN,"* La revedere *");//school
return 1;
}
}
}
if(strcmp(cmdtext, "/enter", true) == 0)
{
{
if PlayerToPoint(5,playerid,-2306.6921,-1618.0930,483.8399)
*then
{
SetPlayerPos(playerid,-227.027999,1401.229980,27.765625);
SetPlayerInterior(playerid,18);
SendClientMessage(playerid,COLOR_BBLUE,"* Bine ai venit la bodega ! *");
return 1;
}
}
}
if(strcmp(cmdtext, "/exit", true) == 0)
{
if(PlayerInfo[playerid][pMember] >= 0 || PlayerInfo[playerid][pLeader] >= 0)
{
if PlayerToPoint(3,playerid,-228.9294,1401.3859,27.7656)
*then
{
SetPlayerPos(playerid,-2305.1802,-1622.0424,483.8036);
SendClientMessage(playerid, COLOR_YELLOW2," Sper ca te-ai distrat ");
SetPlayerInterior(playerid,0);
return 1;
}
}
}
if(strcmp(cmdtext, "/enter", true) == 0)
{
{
if PlayerToPoint(5,playerid,2166.2939,-1671.5785,15.0739)
*then
{
SetPlayerPos(playerid,-103.559165,-24.225606,1000.718750);
SetPlayerInterior(playerid,3);
SendClientMessage(playerid,COLOR_BBLUE,"* Bine ai venit in raiul drogurilor ! *");
return 1;
}
}
}
if(strcmp(cmdtext, "/exit", true) == 0)
{
if PlayerToPoint(3,playerid,-103.559165,-24.225606,1000.718750)
*then
{
SetPlayerPos(playerid,2166.2939,-1671.5785,15.0739);
SendClientMessage(playerid, COLOR_YELLOW2," Sper ca te-ai distrat ");
SetPlayerInterior(playerid,0);
return 1;
}
}
if(strcmp(cmdtext, "/enter", true) == 0)
{
{
if PlayerToPoint(5,playerid,1480.5100,-1767.4377,18.7958)
*then
{
SetPlayerPos(playerid, 387.8342,173.9226,1008.3828);
SetPlayerInterior(playerid,3);
SendClientMessage(playerid,COLOR_1GREEN,"* Bun Venit in Primaria Los Santos!");
return 1;
}
}
}
va rog sa ma ajutati daca stiti.ms
Link to comment
Share on other sites
2 answers to this question
Recommended Posts