New scripter
#4

It will take time to learn and you won't understand it at first but after a while of reading pawn and getting used to it you'll eventually start to understand. In my opinion the best way to learn is looking at other scripts, and trying to figure out how it works.

Example:

pawn Код:
if(IsPlayerInRangeOfPoint(playerid, 40, 1524, -2812, 5.0)) return SendClientMessage(playerid, COLOR_WHITE, "You are in range of the point");
This means if the player is in range of the point that your defining next,
Код:
 The range & coordinates (player, 40, 1524, -2812, 5.0)
return the player a message in white text telling them they are in range of the point.

Код:
return SendClientMessage(playerid, COLOR_WHITE, "You are in range of the point");
Reply


Messages In This Thread
New scripter - by Object - 28.05.2014, 23:53
Re: New scripter - by SupaFool - 28.05.2014, 23:59
Re: New scripter - by Object - 29.05.2014, 00:06
Re: New scripter - by Josh_Main - 29.05.2014, 00:10
Re: New scripter - by Object - 29.05.2014, 00:15
Re: New scripter - by Josh_Main - 29.05.2014, 00:20
Re: New scripter - by Object - 29.05.2014, 00:25
Re: New scripter - by Josh_Main - 29.05.2014, 00:45

Forum Jump:


Users browsing this thread: 1 Guest(s)