05.06.2010, 22:10
Hello, i'm trying to make a welcome message for a special
place. How can i display a 'i' icon on that place? But the main
question is, why do i get this error and what does it mean?
Script :
place. How can i display a 'i' icon on that place? But the main
question is, why do i get this error and what does it mean?
Script :
Quote:
forward PlayerToPoint(Float:radi, playerid, Float, Float:y, Float:z); |
Quote:
if(PlayerToPoint(playerid,1642.2993,-2332.3384,13.5469)) { GameTextForPlayer(playerid, "~r~Welcome", 5000, 1); SetPlayerInterior(playerid, 0); SetPlayerPos(playerid,1642.2993,-2332.3384,13.5469); } |