15.12.2016, 13:44
When I replace it Like this I got an Error Man
I do this
Код:
error 076: syntax error in the expression, or invalid function call
PHP код:
dcmd_spike(playerid,params[])
{
#pragma unused params
if(GetPlayerSkin != 285) return false;
new Float:plocx,Float:plocy,Float:plocz,Float:ploca;
GetPlayerPos(playerid, plocx, plocy, plocz);
GetPlayerFacingAngle(playerid,ploca);
CreateSpike(plocx,plocy,plocz,ploca);
SendClientMessage(playerid, -1, "/rspike to Remove This");
return 1;
}

