14.05.2018, 11:06
Quote:
This is something that only full high end scripters would attempt really, I'd suggest you start off with something a lot simpler.
What'd you get up to as such? and what were you using? I notice no usage of the streamer functions, nor natives in checking their real locations. |
and he gave this code
Код:
forward OnPlayerGhostDriving(playerid, zone, Float:X, Float:Y, Float:Z, Float:A); public OnPlayerGhostDriving(playerid, zone, Float:X, Float:Y, Float:Z, Float:A) { //Example: GameTextForPlayer(playerid, "~r~Wrong lane!", 1000, 4); return 1; } forward OnPlayerDrivingOnTrainTrack(playerid, zone, Float:X, Float:Y, Float:Z); public OnPlayerDrivingOnTrainTrack(playerid, zone, Float:X, Float:Y, Float:Z) { //example: GameTextForPlayer(playerid, "~r~Do not drive on~n~the train tracks!", 1000, 4); return 1; }