12.12.2015, 09:55
Код:
stock RL_OnGamemodeInit
public OnGameModeInit()
{
.
.
.
stock RL_OnPlayerKeyStateChange
public OnPlayerKeyStateChange(playerid, newkeys, oldkeys)
{
.
.
.
Follow this.
First, go to the RL_OnPlayerKeyStateChange. Then add stock to it. It will look like:
stock RL_OnPlayerKeyStateChange(playerid, newkeys, oldkeys)
Same with the other one.

