09.07.2009, 04:57
Quote:
Originally Posted by killdahobo99
I'm using Dragstas checkpoint streamer...
http://forum.sa-mp.com/index.php?topic=69459.0 I've added one checkpoint so far, and it works great!.. The problem i'm having is...I would like to add a new checkpoint, and i know how to everything like except when you get to Код:
public OnPlayerEnterStreamedCheckpoint(playerid, streamid) Код:
public OnPlayerEnterStreamedCheckpoint(playerid, streamid) { if(streamid == cp1) { GameTextForPlayer(playerid,"Welcome to the Hospital! Type /heal to restore your HP! It costs $100",3000,5); } return 1; } |
else if(streamid == cp2)
{
}