24.07.2016, 07:11
I am following this tutorial
https://sampforum.blast.hk/showthread.php?tid=336052
and i im stuck at ProxDetector. I made stocks and everything is fine. But when i add this
I get these
These are the lines
What can i do??
EDIT: FIXED
https://sampforum.blast.hk/showthread.php?tid=336052
and i im stuck at ProxDetector. I made stocks and everything is fine. But when i add this
PHP код:
public OnPlayerText(playerid, text[])
{
new message[128];
format(message, sizeof(message), "%s kaze: %s", GetName(playerid), text);
ProxDetector(30.0, playerid, message, -1);
return 1;
}
Код:
C:\Users\Admin\Desktop\HueHue\gamemodes\modeeee.pwn(107) : warning 213: tag mismatch C:\Users\Admin\Desktop\HueHue\gamemodes\modeeee.pwn(177) : warning 213: tag mismatch C:\Users\Admin\Desktop\HueHue\gamemodes\modeeee.pwn(180) : warning 213: tag mismatch C:\Users\Admin\Desktop\HueHue\gamemodes\modeeee.pwn(180) : warning 213: tag mismatch Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 4 Warnings.
PHP код:
ProxDetector(30.0, playerid, message, -1); //107
GPP(playerid, x, y, z); //177
if(IsPlayerInRangeOfPoint(i, radi, x, y, z)) //180
EDIT: FIXED