if(strcmp(cmd, "/pickup", true) == 0){ new X,Y,Z; X,Y,Z == Float:X, Float:Y, Float:Z; new ppos; ppos == GetPlayerPos(playerid, X,Y,Z); AddStaticPickup(1277, 1, ppos, 0); return 1;}