13.06.2009, 16:50
Quote:
Originally Posted by Miokie*
Yagus Race Filterscript.
|
2. How to make that when player finish drift, it will SendPlayerMessageToAll like: *PlayerName* collected *DriftPoints* $.
There is the code:
pawn Код:
public DriftCancellation(playerid){
PlayerDriftCancellation[playerid] = 0;
GameTextForPlayer(playerid, Split("~w~Driftas baigesi!~n~~g~Uzdirbai ", tostr(DriftPointsNow[playerid]), "$"), 2000, 3);
GivePlayerMoney(playerid, DriftPointsNow[playerid]);
DriftPointsNow[playerid] = 0;
}