SA-MP Forums Archive
[Help]Marker Problem - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: [Help]Marker Problem (/showthread.php?tid=191865)



[Help]Marker Problem - SWEjason - 20.11.2010

Hello Guys , i have a little Problem which Markers.

PHP код:
if(PlayerInfo[i][pMember] == || PlayerInfo[i][pLeader] == 4)
                {
                    
SendClientMessage(i,COLOR_LIGHTBLUE,"Attention one Person was severely injured as reported!");
                    
SendClientMessage(i,COLOR_LIGHTBLUE,"The Position was on the HUD marked!(/rmarker to detele)");
                    
SetPlayerCheckpoint(i,PlayerInfo[playerid][pTx],PlayerInfo[playerid][pTy],PlayerInfo[playerid][pTz],5.0);
                } 
If a player dies appeared a marker ,but when another guy dies, delete the server Marker 1 .

knows who still another solution ??

mfg SWEjason