Best Way To Learn Scripting
#8

Use, ZCMD Really much helped me, and the sa-mp wiki. I go to functions and view the example, and use zcmd.

ZCMD is really easy, like making a command:

pawn Код:
COMMAND:hello(playerid, params[])
{
    SendClientMessage(playerid, COLOR_BLUE, "Hello There.");
    return 1;
}
Reply


Messages In This Thread
Best Way To Learn Scripting - by Matthew_Garrowo - 27.04.2013, 19:18
Re : Best Way To Learn Scripting - by Vukilore - 27.04.2013, 19:19
Re: Best Way To Learn Scripting - by Matthew_Garrowo - 27.04.2013, 19:21
Re : Best Way To Learn Scripting - by Vukilore - 27.04.2013, 19:22
Re: Best Way To Learn Scripting - by Matthew_Garrowo - 27.04.2013, 19:29
Re: Best Way To Learn Scripting - by doreto - 27.04.2013, 19:32
Re: Best Way To Learn Scripting - by punklord - 27.04.2013, 19:34
Re: Best Way To Learn Scripting - by gnoomen2 - 27.04.2013, 19:48
Re: Best Way To Learn Scripting - by FFX - 27.04.2013, 19:50
Re: Best Way To Learn Scripting - by Isolated - 27.04.2013, 20:06

Forum Jump:


Users browsing this thread: 5 Guest(s)