03.04.2018, 18:55
Hello guys! I wanted to edit SetPlayerPos Function. Can i do it without replacing a new function with the same name. Alsoo where is it so i can try to edit it ?
stock SetPos(playerid, Float:X, Float:Y, Float:Z)
{
SetPlayerPos(playerid, X, Y, Z);
}
stock a_SetPlayerPos(playerid , Float:x , Float:y , Float:z) { // your code SetPlayerPos(playerid,x,y,z); }
Soo i cant edit that function without creating a stock ?
Like edit the function samp have |